On 1/26/07, Maxim Zaikin <[EMAIL PROTECTED]> wrote:
> Some code for example
>
> int main()
> {
>         su_home_t home[1] = { SU_HOME_INIT(home) };
>
>         su_home_threadsafe(home);
>
>         su_home_deinit(home);
>
>         return 0;
> }
>
>
> No process memory leak, but I have +2 (WIN32 HADNLE) in my system.
>
> su_home_threadsafe  alloc memory for mutex and call pthread_mutex_init
> su_home_deinit destroy memory, but don't call pthread_mutex_destroy for
> mutex

Uh-oh.

> Any ideas:)

Call p_m_destroy asap. ;) Thanks for sharing, I'll be soon a full
blown windows coder. ;)

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to