Ecore_Evas win32 module: fix memory leak

This commit is contained in:
Vincent Torri 2017-07-09 11:08:08 +02:00 committed by Marcel Hollerbach
parent bdb62b6bbe
commit 937a0d6411
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ _ecore_evas_win32_event_window_property_change(void *data EINA_UNUSED, int type
break;
}
}
free(state);
}
if ((prev.win32.fullscreen != wdata->state.fullscreen) ||