aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-07-02 21:24:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-02 21:24:47 +0200
commit41dd30068acebfb938816af1d2a8ab6eb57ef9e1 (patch)
tree3a8afe587dccac0fb0674cb0fc31006f0a68da81
parentb286383bd2b13fdf59aecdb23d8514323460483b (diff)
downloadffmpeg-41dd30068acebfb938816af1d2a8ab6eb57ef9e1.tar.gz
doc/developer: refer to av_malloc() instead of malloc()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 029b94508d..d4013bcda0 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -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