And free connect command..

This commit is contained in:
TingPing 2013-08-10 18:04:56 -04:00
parent c8f6d2c538
commit 41c0c345cd
1 changed files with 2 additions and 0 deletions

View File

@ -1454,6 +1454,8 @@ inbound_exec_eom_cmd (char *str, void *sess)
cmd = command_insert_vars ((session*)sess, (str[0] == '/') ? str + 1 : str);
handle_command ((session*)sess, cmd, TRUE);
g_free (cmd);
return 1;
}