memory leak bugfix as a follow up to commit b280f5cde0

This commit is contained in:
Michael Rash
2011-11-28 23:18:07 -05:00
parent b280f5cde0
commit 2a1243fee6

View File

@@ -617,8 +617,9 @@ incoming_spa(fko_srv_options_t *opts)
* for others).
*/
process_spa_request(opts, &spadat);
if(ctx != NULL)
fko_destroy(ctx);
break;
}
if(! found_acc_sip)