Index: channels/h323/ast_h323.cxx =================================================================== --- channels/h323/ast_h323.cxx (revision 145383) +++ channels/h323/ast_h323.cxx (working copy) @@ -2140,7 +2140,7 @@ /* tell the H.323 stack */ SetExternalAddress(H323TransportAddress(localIpAddr, localPort), H323TransportAddress(localIpAddr, localPort + 1)); /* clean up allocated memory */ - free(info); + ast_free(info); } /* Get the payload code */