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
libavutil: Add missing av_free() to cast5 selftest
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Giorgio Vazzana
Michael Niedermayer
11 years ago
parent
709ab39cb9
commit
b48c95b6c9
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/cast5.c
+ 1
- 0
libavutil/cast5.c
View File
@@ -535,6 +535,7 @@ int main(int argc, char** argv)
}
}
}
}
}
}
av_free(cs);
return err;
return err;
}
}
#endif
#endif
Write
Preview
Loading…
Cancel
Save