(XMB) Fix leak
This commit is contained in:
parent
6e2bea3b38
commit
937767e90a
|
@ -1572,7 +1572,7 @@ static void xmb_free(void *data)
|
||||||
free(xmb->selection_buf_old);
|
free(xmb->selection_buf_old);
|
||||||
xmb->selection_buf_old = NULL;
|
xmb->selection_buf_old = NULL;
|
||||||
if (xmb->horizontal_list)
|
if (xmb->horizontal_list)
|
||||||
free(xmb->horizontal_list);
|
file_list_free(xmb->horizontal_list);
|
||||||
xmb->horizontal_list = NULL;
|
xmb->horizontal_list = NULL;
|
||||||
|
|
||||||
gl_coord_array_free(&xmb->raster_block.carr);
|
gl_coord_array_free(&xmb->raster_block.carr);
|
||||||
|
|
Loading…
Reference in New Issue