Преглед изворни кода

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()`.
 
 ---------------------