You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fft-test: free buffers before exiting
Originally committed as revision 24708 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -446,5 +446,12 @@ int main(int argc, char **argv)
|
||||
ff_dct_end(d);
|
||||
break;
|
||||
}
|
||||
|
||||
av_free(tab);
|
||||
av_free(tab1);
|
||||
av_free(tab2);
|
||||
av_free(tab_ref);
|
||||
av_free(exptab);
|
||||
|
||||
return err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user