From c9e67c9800d5c737e5dc3f09788f1452da427f67 Mon Sep 17 00:00:00 2001 From: seoz Date: Tue, 28 Aug 2012 23:08:11 +0000 Subject: [PATCH] eet ChangeLog, NEWS: Updated ChangeLog and NEWS for r75552. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@75802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- ChangeLog | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index d20611c..4a2e2ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -612,6 +612,10 @@ * Don't copy string around for nothing. +2012-08-22 Igor Murzov (GArik_) + + * Fixed memory leak of eet_data_chunk_put(). + 2012-08-24 Cedric Bail * Add eet_connection_empty. diff --git a/NEWS b/NEWS index 58b583a..9555bc9 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ Fixes: * Possible wrong size decoding of simple type. * Don't strdup string around for nothing. * Always initialize dictionary correctly. + * Fixed memory leak of eet_data_chunk_put(). Eet 1.6.0 -- 2.7.4