diff mem.c @ 281:411c8cbd578a libavutil

Move unaltered av_freep() comments to the header file.
author takis
date Mon, 05 Mar 2007 13:51:03 +0000
parents 8c22d0665daa
children c2e1ba46b27c
line wrap: on
line diff
--- a/mem.c	Mon Mar 05 13:50:03 2007 +0000
+++ b/mem.c	Mon Mar 05 13:51:03 2007 +0000
@@ -122,10 +122,6 @@
 #endif
 }
 
-/**
- * Frees memory and sets the pointer to NULL.
- * @param arg pointer to the pointer which should be freed
- */
 void av_freep(void *arg)
 {
     void **ptr= (void**)arg;