seg inducing typo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15498 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-11-17 19:25:04 +00:00
parent 677144f30c
commit 75ad8d2a0c
1 changed files with 0 additions and 1 deletions

View File

@ -528,7 +528,6 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec_detailed(c
if (err) {
*err = err_str;
} else {
*err = NULL;
free(err_str);
}
}