Skip to content
Snippets Groups Projects
Commit 207f0d15 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

media: fix memory leaks

This patch fixes various memory leaks found with ASAN.
  - av_dict_free wasn't called after av_dict_set
  - avformat_free_context wasn't called
  - safe_by_default: all av_malloc has been replaced by std::vector

Tuleap: #412
Change-Id: Ic47cc87b8ed013e7fac5dea80ea7e7aee96139b7
parent 98a66d40
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment