aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-25 06:33:56 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-25 06:33:56 +0000
commit3e0ef72f89a2c9ea0794a6b8115b0081cf1f571c (patch)
treee953c640ef344d4e395d595805a94624b7ebe86d /channels/h323/ast_h323.cpp
parent3a0885602c160370ac4139b14bb59bf0fae9dafc (diff)
See if this stops a seg
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1118 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.cpp')
-rwxr-xr-xchannels/h323/ast_h323.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index a70f4a0c6..efd3a9847 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -932,7 +932,7 @@ int h323_set_gk(int gatekeeper_discover, char *gatekeeper, char *secret)
/* XXX Maybe we should fire a new thread to attempt to re-register later and not kill asterisk here? */
- delete rasChannel;
+ // delete rasChannel;
return 1;
}
}