Haihao Xiang 4841c2759d msdk: avoid reading data from freed memory
Both g_list_delete_link and g_list_remove remove an element and free it,
so l->next is invalid (catched by valgrind) after calling g_list_delete_link
or g_list_remove
2019-08-28 14:51:54 +00:00
..
2019-07-07 15:16:28 +00:00
2018-03-30 11:06:05 -08:00
2016-12-13 00:06:42 +01:00
2016-12-13 00:06:42 +01:00
2018-03-30 11:06:05 -08:00
2019-03-29 13:32:06 +08:00
2019-07-07 15:16:28 +00:00
2019-07-07 15:16:28 +00:00
2019-07-07 15:16:28 +00:00
2018-02-13 12:41:28 -09:00
2019-01-08 12:59:45 +00:00