]> git.sesse.net Git - ffmpeg/blobdiff - doc/developer.texi
Merge commit 'd9bf716945046333c24580d538f450b516f15710'
[ffmpeg] / doc / developer.texi
index 7e4b12c52862c9d635caca3de5dff22f02d29740..a108da7adce3bc942a8d79265e0c8e457c979b24 100644 (file)
@@ -507,6 +507,9 @@ send a reminder by email. Your patch should eventually be dealt with.
     Make sure you check the return values of function and return appropriate
     error codes. Especially memory allocation functions like @code{av_malloc()}
     are notoriously left unchecked, which is a serious problem.
+@item
+    Test your code with valgrind and or Address Sanitizer to ensure it's free
+    of leaks, out of array accesses, etc.
 @end enumerate
 
 @section Patch review process