[EMAIL PROTECTED] wrote:
> Hello,
>
> It does not works for me... My crash always occurs in File: OsSysLogTask.cpp 
> (about line 298)
>             case OsSysLogMsg::SET_FILE:
>                data = (char*) pSysLogMsg->getData();
>                processSetFile(data) ;
>                if (data != NULL)
>                {                  
>                   free(data) ; <<<< crash occurs here
>                }
> "data" points to a static text "sipXtapi.log" and my VS .NET 2003 complains 
> about it...
>
> After comment out this line my SIP client can register to the SIP provider, 
> but when I try to place a 
> call my client crashes again in UtlTokenizer.cpp:39
> // Destructor
> UtlTokenizer::~UtlTokenizer()
> {
>     free(m_tokens); <<< crash occurs here
> }
>
>   
I noticed the revision you use exists in main branch, I use sipxtapi 
branch which works.

Jaroslav Libak

_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to