Linjie Fu
8f6e651833
lavc/qsvenc: Fix the memory leak for enc_ctrl.Payload
...
frame->enc_ctrl.Payload is malloced in get_free_frame, directly memset
the whole structure of enc_ctrl to zero will cause the memory leak for
enc_ctrl.Payload.
frame->enc_ctrl as a structure will be malloc and init to zero by calling
frame = av_mallocz(sizeof(*frame)), so the memset is redundant and can
be removed.
Signed-off-by: Linjie Fu <linjie.fu@intel.com>
Signed-off-by: Zhong Li <zhong.li@intel.com>
2019-05-22 22:16:21 +08:00
..
2019-05-14 23:41:24 +01:00
2019-05-14 16:47:56 -03:00
2019-04-25 14:49:51 +02:00
2019-05-03 17:12:22 +02:00
2019-05-12 14:17:10 +08:00
2019-04-11 11:58:34 +02:00
2019-04-30 21:25:01 +02:00
2019-04-19 14:01:04 +02:00
2019-04-13 18:10:11 +02:00
2019-04-24 17:05:02 +02:00
2019-04-11 15:45:56 -03:00
2019-04-03 18:12:37 -03:00
2019-04-16 19:23:17 -03:00
2019-04-20 10:38:01 +05:30
2019-05-12 14:17:22 +08:00
2019-05-12 14:17:35 +08:00
2019-04-25 14:49:51 +02:00
2019-04-11 15:45:56 -03:00
2019-04-28 19:48:45 -03:00
2019-04-16 20:33:31 -03:00
2019-04-16 19:23:17 -03:00
2019-04-28 20:29:40 -03:00
2019-04-28 20:29:40 -03:00
2019-04-28 20:29:40 -03:00
2019-04-28 20:29:40 -03:00
2019-04-28 20:28:42 -03:00
2019-04-16 20:31:18 -03:00
2019-04-16 20:31:18 -03:00
2019-04-21 23:29:04 +02:00
2019-05-14 12:06:26 +02:00
2019-04-13 18:10:11 +02:00
2019-05-20 18:10:54 +02:00
2019-05-08 11:40:06 +02:00
2019-04-20 10:38:01 +05:30
2019-04-19 21:06:09 +02:00
2019-04-24 17:05:02 +02:00
2019-04-21 19:43:14 +02:00
2019-04-24 17:05:02 +02:00
2019-03-28 21:32:31 +01:00
2019-05-09 22:07:26 +02:00
2019-05-06 23:58:34 +02:00
2019-04-26 17:25:14 +02:00
2019-04-19 13:58:54 +02:00
2019-05-11 16:42:13 +02:00
2019-05-05 02:51:23 +02:00
2019-05-12 16:32:16 +02:00
2019-04-24 18:30:07 -03:00
2019-03-29 09:51:09 +08:00
2019-05-05 11:35:35 -07:00
2019-05-12 16:31:39 +02:00
2019-04-13 18:32:58 +02:00
2019-04-20 10:38:01 +05:30
2019-04-19 21:06:09 +02:00
2019-04-25 14:49:51 +02:00
2019-04-25 19:18:29 +02:00
2019-05-04 20:22:29 +02:00
2019-04-16 14:20:43 +02:00
2019-05-20 16:20:04 -03:00
2019-05-12 14:17:52 +08:00
2019-05-11 00:10:44 +08:00
2019-05-11 00:10:55 +08:00
2019-05-07 17:30:19 -03:00
2019-05-07 17:30:19 -03:00
2019-05-07 17:30:19 -03:00
2019-05-07 17:30:19 -03:00
2019-05-07 17:30:19 -03:00
2019-05-12 14:18:08 +08:00
2019-04-27 12:33:08 +02:00
2019-04-20 10:38:01 +05:30
2019-05-17 12:48:24 -03:00
2019-04-01 00:19:14 +02:00
2019-04-01 00:19:14 +02:00
2019-03-31 23:36:43 +02:00
2019-03-31 23:35:00 +02:00
2019-04-02 11:36:56 -03:00
2019-04-10 01:08:54 +02:00
2019-04-10 01:08:54 +02:00
2019-05-09 22:04:14 +02:00
2019-04-19 21:06:40 +02:00
2019-04-13 18:10:11 +02:00
2019-05-12 14:18:25 +08:00
2019-05-04 20:22:29 +02:00
2019-03-31 23:23:52 +02:00
2019-05-09 22:07:26 +02:00
2019-05-07 11:00:14 +08:00
2019-05-07 11:00:19 +08:00
2019-05-07 11:00:14 +08:00
2019-04-01 19:21:42 +08:00
2019-04-03 23:00:15 +08:00
2019-04-03 22:57:55 +08:00
2019-03-28 21:50:01 +08:00
2019-05-22 22:16:21 +08:00
2019-04-03 23:00:15 +08:00
2019-04-25 14:49:51 +02:00
2019-04-01 10:30:06 +02:00
2019-04-27 16:15:00 -03:00
2019-05-09 22:03:53 +02:00
2019-03-31 18:39:58 +02:00
2019-05-07 17:30:19 -03:00
2019-04-30 21:24:49 +02:00
2019-04-19 13:58:54 +02:00
2019-05-19 10:47:09 +02:00
2019-05-02 19:21:37 +02:00
2019-05-05 11:35:35 -07:00
2019-05-05 11:35:35 -07:00
2019-05-20 16:20:04 -03:00
2019-04-16 03:43:06 +03:00
2019-05-12 16:30:11 -04:00
2019-05-06 00:22:32 -03:00
2019-05-21 00:07:13 +01:00
2019-05-02 15:36:16 +02:00
2019-05-02 15:36:16 +02:00
2019-05-12 16:31:39 +02:00
2019-04-25 14:49:50 +02:00
2019-04-02 17:14:42 +02:00