Tadas Barzdžius 052d342baf format: fix segmentation fault
Double free error.

On failure avformat_open_input frees AVFormatContext. I had it wrapped with context::Input::wrap. On avformat_open_input failure it would free AVFormatContext and Drop implementation for context::Input would try to call avformat_close_input on same AVFormatContext resulting in segmentation fault.
2017-08-21 19:38:36 +02:00
2016-12-03 01:44:56 +01:00
2017-08-21 19:38:36 +02:00
2015-05-07 04:31:52 +02:00
2016-11-30 14:51:24 +01:00
2015-12-03 19:15:32 +01:00
2017-07-10 11:35:49 +02:00
2016-04-03 17:32:34 +02:00
Description
No description provided
WTFPL 1.1 MiB
Languages
Rust 100%