summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/fft-test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c
index 237fb47452..5a1249425e 100644
--- a/libavcodec/fft-test.c
+++ b/libavcodec/fft-test.c
@@ -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;
}