0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

docs/sphinx: Fix statement typo for bfree()

Memory is not allocated by bfree()
This commit is contained in:
tt2468 2022-05-30 20:57:39 -07:00
parent 34bbb94acd
commit 40a2cc0143

View File

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