mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-14 18:30:01 +00:00
Avoid leaking PQList_s
This commit is contained in:
parent
9c98745099
commit
ea43b56644
@ -214,6 +214,7 @@ void playq_destroyPlayQueue(INOUT PlayQueue_s **queue) {
|
||||
}
|
||||
}
|
||||
|
||||
FREE(list);
|
||||
FREE(*queue);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user