if (m->shutdown_func) m->shutdown_func(m);
...
+ if (m->handle)
+ {
+ if (m->shutdown_func) m->shutdown_func(m);
+ dlclose(m->handle);
+ m->handle = NULL;
+ }
Any reason to do m->shutdown_func() twice?
Thanks.
Daniel Juyung Seo (SeoZ)
On Thu, Mar 3, 2011 at 2:13 AM, WooHyun Jung <[email protected]> wrote:
> Hello. All ~
>
>
>
> I made a patch for elm_module.
>
> Null setting for freed pointer ~
>
>
>
> Can anybody check about this ?
>
> Thanks.
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel