mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
avutil/sha-test: fix memleak
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
64dbfcc415
commit
7ee0e0ca1d
@ -18,6 +18,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "mem.h"
|
||||
#include "sha.h"
|
||||
|
||||
int main(void)
|
||||
@ -68,6 +69,7 @@ int main(void)
|
||||
break;
|
||||
}
|
||||
}
|
||||
av_free(ctx);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user