ecore_x: fix the memory leak.

@fix
This commit is contained in:
ChunEon Park 2015-09-21 21:00:16 +09:00
parent d6890c9ed5
commit bca18f5f93
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ ecore_x_region_fetch(Ecore_X_Region region,
(*bounds).y = xbound.y;
(*bounds).width = xbound.width;
(*bounds).height = xbound.height;
XFree(xrect);
return rects;
#else /* ifdef ECORE_XFIXES */
return NULL;