![Tadas Barzdžius](/assets/img/avatar_default.png)
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.
Description
Languages
Rust
100%