Try to fix invalid free 2
This commit is contained in:
parent
0d62fca3d4
commit
f72d528bef
1 changed files with 2 additions and 1 deletions
|
@ -218,6 +218,7 @@ void notify_read(struct evt_core_ctx* ctx, struct algo_ctx* app_ctx) {
|
|||
}
|
||||
|
||||
void naive_free_simple(void* v) {
|
||||
free(v);
|
||||
GQueue* g = v;
|
||||
g_queue_free (g);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue