memory leak bugfix as a follow up to commit b280f5cde0246cdef33dee3f8be66a2bcef77336
This commit is contained in:
parent
b280f5cde0
commit
2a1243fee6
@ -617,8 +617,9 @@ incoming_spa(fko_srv_options_t *opts)
|
|||||||
* for others).
|
* for others).
|
||||||
*/
|
*/
|
||||||
process_spa_request(opts, &spadat);
|
process_spa_request(opts, &spadat);
|
||||||
|
if(ctx != NULL)
|
||||||
|
fko_destroy(ctx);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(! found_acc_sip)
|
if(! found_acc_sip)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user