| 1173:ce0e443174d7 | 1174:8b8da1adef7d |
|---|---|
| 758 r->get(r); | 758 r->get(r); |
| 759 } | 759 } |
| 760 | 760 |
| 761 void uic_generic_save(UiGeneric *g) { | 761 void uic_generic_save(UiGeneric *g) { |
| 762 if(!g->obj) return; | 762 if(!g->obj) return; |
| 763 // TODO: this leaks memory | |
| 764 // we can't just use get on Generic and ignore the result | |
| 765 // probably a separate save method is required | |
| 763 g->get(g); | 766 g->get(g); |
| 764 } | 767 } |
| 765 | 768 |
| 766 | 769 |
| 767 void uic_int_unbind(UiInteger *i) { | 770 void uic_int_unbind(UiInteger *i) { |