diff options
Diffstat (limited to 'src/map/party.c')
-rw-r--r-- | src/map/party.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/party.c b/src/map/party.c index 0a7467162..8e3ac3dcf 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -589,6 +589,9 @@ int party_broken(int party_id) } } + if( p->instance ) + aFree(p->instance); + idb_remove(party->db,party_id); return 0; } |