forked from pyrite-dev/milsko
fix memleak
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@580 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
315286be2a
commit
ee2f19eb9a
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ static void color_picker_on_change_value(MwWidget handle, void* user,
|
|||
static void color_picker_destroy(color_picker_t* picker) {
|
||||
free(picker->color_picker_image_data);
|
||||
MwLLDestroyPixmap(picker->color_picker_pixmap);
|
||||
free(picker);
|
||||
}
|
||||
|
||||
static void color_picker_close(MwWidget handle, void* user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue