I'm using the module pool. If I use a own pool, destroying the pool will destroy mutex/hash or may I destroy them manually?
Regards 2010/7/2 Anthony Minessale <anthony.miness...@gmail.com> > If you did it from the pool passed to you in the module init its safe if > you made your own pool it must be destroyed. Like I said, everything you do > in the init that has an undo must be called, including 3rd party libs you > may be using. You are unloading the module from memory so nothing can > linger. > > On Jul 2, 2010 3:58 AM, "Juan Antonio Ibañez Santorum" < > juanito1...@gmail.com> wrote: > > I'll try to find any allocated memory not being freed. > > I can see some modules use switch_mutex_init but no switch_mutex_destroy. I > thought that they were allocated from pool not being necessary to free > manually. Must I use switch_mutex_destroy when unloading? What about > switch_core_hash_init and switch_core_hash_destroy for hash items? > > Regards > > 2010/7/1 Anthony Minessale <anthony.miness...@gmail.com> > > > > > > everything that you allocated or reserved from FS must be given back and > unreserved when you un... > > > _______________________________________________ > FreeSWITCH-dev mailing list > FreeSWITCH-dev@lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > _______________________________________________ > FreeSWITCH-dev mailing list > FreeSWITCH-dev@lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > >
_______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org