You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avutil/sha512-test: fix memleak
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user