浏览代码

docs/sphinx: Fix statement typo for bfree()

Memory is not allocated by bfree()
tt2468 3 年之前
父节点
当前提交
40a2cc0143
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sphinx/reference-libobs-util-bmem.rst

+ 1 - 1
docs/sphinx/reference-libobs-util-bmem.rst

@@ -26,7 +26,7 @@ Memory Functions
 
 .. function:: void bfree(void *ptr)
 
-   Frees memory allocated with :c:func:`bmalloc()` or :c:func:`bfree()`.
+   Frees memory allocated with :c:func:`bmalloc()`.
 
 ---------------------