1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-29 22:58:39 +02:00
Paul Licameli 24df87bb4c Fix resource leaks in the usage of the FFMPEG library with RAII objects...
... This includes failure paths in the initialization if import.  Those
resources would have been reclaimed before program exit, but not as soon as
they should have been.

... This also includes certain leaks that would happen every time a file is
successfully imported or exported.  We never used avformat_free_context or
av_dict_free as we should have!

... There were also AVPacket objects repeatedly reinitialized without proper
cleanups in between.  That might have leaked memory too.
2016-04-13 20:31:54 -04:00
..
2016-04-12 21:58:44 +01:00
2016-03-18 22:33:49 +00:00
2016-04-09 22:55:15 -04:00
2015-08-17 08:40:20 -04:00
2016-04-09 22:55:15 -04:00
2016-04-10 22:26:28 -04:00
2016-04-10 22:26:28 -04:00
2016-02-15 15:54:11 +00:00
2016-03-26 15:41:24 -04:00
2016-03-30 23:24:39 -04:00
2016-03-30 23:24:39 -04:00
2016-04-11 07:42:51 -04:00
2016-04-10 22:26:28 -04:00
2016-04-12 00:55:59 -04:00
2015-08-31 15:10:10 -04:00
2016-02-19 01:39:44 -05:00
2016-02-19 01:37:27 -05:00
2016-04-10 21:19:15 -04:00
2016-01-28 10:38:44 -05:00
2016-04-12 00:55:59 -04:00