sccp: Move the destruction of the sccp connection to a new place
diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c
index 7d9cd89..c7c6c41 100644
--- a/openbsc/src/nat/bsc_nat.c
+++ b/openbsc/src/nat/bsc_nat.c
@@ -334,8 +334,7 @@
 			continue;
 
 #warning "TODO: Send a RLSD to the MSC. Or at least a clear command."
-		llist_del(&sccp_patch->list_entry);
-		talloc_free(sccp_patch);
+		sccp_connection_destroy(sccp_patch);
 	}
 
 	talloc_free(connection);