On Wed, Aug 22, 2012 at 11:07 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > eet eet_data.c: Fixed memory leak spotted by Igor Murzov (GArik_) > <e-m...@date.by>
Good catch, but could you update ChangeLog, NEWS and AUTHORS ? > Author: seoz > Date: 2012-08-22 07:07:04 -0700 (Wed, 22 Aug 2012) > New Revision: 75552 > Trac: http://trac.enlightenment.org/e/changeset/75552 > > Modified: > trunk/eet/src/lib/eet_data.c > > Modified: trunk/eet/src/lib/eet_data.c > =================================================================== > --- trunk/eet/src/lib/eet_data.c 2012-08-22 13:56:38 UTC (rev 75551) > +++ trunk/eet/src/lib/eet_data.c 2012-08-22 14:07:04 UTC (rev 75552) > @@ -1560,9 +1560,9 @@ > if (chnk->data) > eet_data_stream_write(ds, chnk->data, chnk->size); > > + free(size); > +on_error: > free(string); > -on_error: > - free(size); > } > > /*---*/ > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > -- Cedric BAIL ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel