Fix a segfault in setup_outgoing_connection() on outgoing removal
This commit is contained in:
parent
2ec9f1124d
commit
519f06e281
1 changed files with 0 additions and 1 deletions
|
@ -632,7 +632,6 @@ void setup_outgoing_connection(outgoing_t *outgoing) {
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
list_delete(outgoing_list, outgoing);
|
list_delete(outgoing_list, outgoing);
|
||||||
free(outgoing);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue