From 177e0cdb6db1c35ecef69ddf6db653d9adbcca97 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 11 Feb 2013 11:04:42 +0000 Subject: [PATCH] efl: Add News and Changelog for small mem leak fix Do we need to have this for such small fixes? SVN revision: 83820 --- ChangeLog | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c845b4679a..958858ceb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-11 Stefan Schmidt + + * Fix memory leak in error cases in ethumb. + 2013-02-08 Stefan Schmidt * Fix memory leak in eina_xattr_value_ls. diff --git a/NEWS b/NEWS index 91c9bf0d49..a34b129927 100644 --- a/NEWS +++ b/NEWS @@ -162,3 +162,4 @@ Fixes: * Fix memory leak in gstreamer_ecore_x_check * Fix memory usage spike when rotating with the software_x11 engine. * Evas textblock: Fixed a selection issue with different scripts and bidi. + * Fix memory leak in error case in ethumb.