Our headers disallow the use of malloc() anyway.

Signed-off-by: Derek Buitenhuis <[email protected]>
---
 doc/developer.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 724f0aa..903a698 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -492,7 +492,7 @@ send a reminder by email. Your patch should eventually be 
dealt with.
     improves readability.
 @item
     Make sure you check the return values of function and return appropriate
-    error codes. Especially memory allocation functions like @code{malloc()}
+    error codes. Especially memory allocation functions like @code{av_alloc()}
     are notoriously left unchecked, which is a serious problem.
 @end enumerate
 
-- 
1.7.10.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to