diff --git a/libavutil/sha512-test.c b/libavutil/sha512-test.c index 4b7efdcb73..32ff50862e 100644 --- a/libavutil/sha512-test.c +++ b/libavutil/sha512-test.c @@ -23,6 +23,7 @@ #include +#include "mem.h" #include "sha512.h" int main(void) @@ -83,6 +84,7 @@ int main(void) break; } } + av_free(ctx); return 0; }