MODEVENT-54

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14892 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-09-16 21:23:00 +00:00
parent e7fff13f76
commit 00909ae79d
1 changed files with 1 additions and 1 deletions

View File

@ -1486,7 +1486,7 @@ static switch_status_t parse_command(listener_t *listener, switch_event_t **even
len = strlen(event_str);
switch_socket_send(listener->sock, event_str, &len);
switch_safe_free(event_str);
switch_event_destroy(&call_event);
//switch_snprintf(reply, reply_len, "+OK");
goto done_noreply;
} else if (!strncasecmp(cmd, "getvar", 6)) {