ha yes, it does fix the problem :) I've not seen that this function
removes a property. it's not obvious from its name, and i've not read its
doc :)

i'll commit the fix later.

merry christmas :)

Vincent

On Sat, 24 Dec 2005, Morten Nilsen wrote:

> Vincent Torri wrote:
> > hey,
> >
> > i've remarked that in ecore_config, __ecore_config_bundle_local->data is
> > allocated (for example lines 583 + 599) but is not deallocated, afaict. Is
> > it normal ?
> >
>
> ecore_config_dst frees the properties..
>
> __ecore_config_bundle_local->data is a pointer to the first property..
>
> but it would appear the entries aren't automatically destroyed at
> shutdown.. maybe adding
>
> while(__ecore_config_bundle_local->data)
>    ecore_config_dst(__ecore_config_bundle_local->data);
>
> would be a good idea..
>
> Cheers,
> --
> Morten
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to