oops - minor "never wil happen" leak - free rect.

SVN revision: 83110
This commit is contained in:
Carsten Haitzler 2013-01-22 23:31:43 +00:00
parent f7106d372a
commit 5e8f9c0689
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ evas_software_xlib_swapbuf_new_region_for_update(Outbuf *buf, int x, int y, int
else
#endif
evas_cache_image_drop(&im->cache_entry);
eina_rectangle_free(rect);
return NULL;
}