Tue, 11 Jun 2024 21:22:11 +0200
don't free the UiModel after it is given to the table
--- a/application/window.c Sun Jun 09 17:00:22 2024 +0200 +++ b/application/window.c Tue Jun 11 21:22:11 2024 +0200 @@ -75,8 +75,6 @@ ui_label(obj, .label = ""); } - ui_model_free(obj->ctx, model); - return obj; }