Andreas Rheinhardt
262eef6b89
avformat/mpeg: Don't free unintialized pointer
...
In order to fix a potential memleak upon failure, 0b8956b2 made sure that
a buffer given by a pointer was freed upon error. But this pointer was
only initialized upon use and in several cases (Clang gives no fewer
than 13 -Wsometimes-uninitialized warnings) this meant that an
uninitialized pointer was used to free a buffer. So initialize the
pointer.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2019-10-24 15:51:20 -03:00
..
2019-10-24 19:45:17 +02:00
2019-10-08 13:46:58 +08:00
2019-10-21 17:20:20 -03:00
2019-10-01 19:52:47 +02:00
2019-10-16 10:34:51 +05:30
2019-10-19 06:47:10 +02:00
2019-10-11 20:38:36 -03:00
2019-10-01 22:16:20 +02:00
2019-10-07 22:27:17 +02:00
2019-10-21 17:20:20 -03:00
2019-10-08 14:58:47 +08:00
2019-10-19 06:48:49 +02:00
2019-10-08 14:57:44 +08:00
2019-10-08 14:57:44 +08:00
2019-10-24 19:45:17 +02:00
2019-10-10 09:54:48 +08:00
2019-10-12 14:36:15 +02:00
2019-10-08 21:45:00 -04:00
2019-10-08 21:44:41 -04:00
2019-10-10 09:54:42 +08:00
2019-10-15 13:04:44 -03:00
2019-10-19 06:49:46 +02:00
2019-10-14 00:48:44 +02:00
2019-10-05 22:37:41 -03:00
2019-10-21 21:05:14 -03:00
2019-10-08 13:47:16 +08:00
2019-10-08 13:47:12 +08:00
2019-10-12 14:36:15 +02:00
2019-10-21 17:20:20 -03:00
2019-10-24 15:51:20 -03:00
2019-10-18 23:14:40 -03:00
2019-10-12 13:21:50 +02:00
2019-10-08 16:24:58 +02:00
2019-10-19 06:54:53 +02:00
2019-10-21 17:20:20 -03:00
2019-10-19 06:56:02 +02:00
2019-10-08 13:47:07 +08:00
2019-10-19 14:42:23 -03:00
2019-10-21 17:20:58 -03:00
2019-10-19 21:29:36 -03:00
2019-10-20 19:57:51 +02:00
2019-10-08 13:46:53 +08:00
2019-10-19 06:56:52 +02:00
2019-10-22 10:51:30 +08:00
2019-10-16 19:17:57 +02:00
2019-10-06 20:00:59 +02:00
2019-10-21 17:20:20 -03:00
2019-10-08 13:46:42 +08:00
2019-10-21 17:20:20 -03:00