options_keys: force delete of genlist to avoid races

This commit is contained in:
Boris Faure 2019-08-06 22:56:48 +02:00
parent 9299566707
commit fcfd797a38
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ _parent_del_cb(void *data,
ctx->frame = NULL;
_hover_del(ctx);
evas_object_del(ctx->gl);
free(ctx);
}