if you own the pool you would destroy it.

2010/7/2 Juan Antonio Ibañez Santorum <juanito1...@gmail.com>

> 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
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com <msn%3aanthony_miness...@hotmail.com>
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com<paypal%3aanthony.miness...@gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org <sip%3a...@conference.freeswitch.org>
googletalk:conf+...@conference.freeswitch.org<googletalk%3aconf%2b...@conference.freeswitch.org>
pstn:+19193869900
_______________________________________________
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

Reply via email to