This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/sha512-test: fix memleak
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.1
James Almer
9 years ago
parent
7ee0e0ca1d
commit
d8ef8b960a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavutil/sha512-test.c
+ 2
- 0
libavutil/sha512-test.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save