mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/sha512-test: fix memleak
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
7ee0e0ca1d
commit
d8ef8b960a
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "mem.h"
|
||||
#include "sha512.h"
|
||||
|
||||
int main(void)
|
||||
|
@ -83,6 +84,7 @@ int main(void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
av_free(ctx);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue