Commit 41dd3006 authored by Michael Niedermayer's avatar Michael Niedermayer

doc/developer: refer to av_malloc() instead of malloc()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b286383b
......@@ -491,7 +491,7 @@ send a reminder by email. Your patch should eventually be dealt with.
If you added YASM code please check that things still work with --disable-yasm
@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_malloc()}
are notoriously left unchecked, which is a serious problem.
@end enumerate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment