Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
41dd30068a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/developer.texi

+ 1
- 1
doc/developer.texi View File

@@ -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



Loading…
Cancel
Save