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/sha-test: fix memleak
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.1
James Almer
9 years ago
parent
64dbfcc415
commit
7ee0e0ca1d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavutil/sha-test.c
+ 2
- 0
libavutil/sha-test.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save