comparison mem.c @ 3063:f02d0b59279c libavcodec

Remove all stray tabs and trailing whitespace, this time for good.
author diego
date Tue, 24 Jan 2006 10:33:14 +0000
parents 0b546eab515d
children d89dcf01cae2
comparison
equal deleted inserted replaced
3062:8d05d4036b6a 3063:f02d0b59279c
117 #endif 117 #endif
118 } 118 }
119 119
120 /** 120 /**
121 * Free memory which has been allocated with av_malloc(z)() or av_realloc(). 121 * Free memory which has been allocated with av_malloc(z)() or av_realloc().
122 * NOTE: ptr = NULL is explicetly allowed 122 * NOTE: ptr = NULL is explicetly allowed
123 * Note2: it is recommanded that you use av_freep() instead 123 * Note2: it is recommanded that you use av_freep() instead
124 */ 124 */
125 void av_free(void *ptr) 125 void av_free(void *ptr)
126 { 126 {
127 /* XXX: this test should not be needed on most libcs */ 127 /* XXX: this test should not be needed on most libcs */