35:834d9c15a69f | 36:9f3448a10d11 |
---|---|
73 // status bar | 73 // status bar |
74 ui_hbox(obj, .fill = UI_OFF) { | 74 ui_hbox(obj, .fill = UI_OFF) { |
75 ui_label(obj, .label = ""); | 75 ui_label(obj, .label = ""); |
76 } | 76 } |
77 | 77 |
78 ui_model_free(obj->ctx, model); | |
79 | |
80 return obj; | 78 return obj; |
81 } | 79 } |
82 | 80 |
83 void* window_resource_table_getvalue(DavResource *res, int col) { | 81 void* window_resource_table_getvalue(DavResource *res, int col) { |
84 switch (col) { | 82 switch (col) { |