That occurred because you applied the patch incorrectly.
In the patch, there is:

static SipMessageFieldProps sSipMessageFieldProps;  in SipMessage.h

and

SipMessage::SipMessageFieldProps SipMessage::sSipMessageFieldProps; in
SipMessage.cpp

so sSipMessageFieldProps is initialized. There is no need for using new,
as sSipMessageFieldProps is not a pointer anymore.

Jaro


I applied the patch correct. when I place a break point at:
*SipMessage::SipMessageFieldProps SipMessage::sSipMessageFieldProps;
*I can see it will be initialized. but when I then press F10 twice it
crashes just after:
*__native_dllmain_reason = __NO_REASON;
*In crtdll.c So it might be a visual studio setting. The media update
branche has no VS2005 project solutions/project. I'll see if I can find the
problem there.*
*
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to