diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index 16a8d5905..50f44c327 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1094,6 +1094,8 @@ int map_quit(struct map_session_data *sd) { } strdb_erase(nick_db,sd->status.name); numdb_erase(charid_db,sd->status.char_id); + free(sd->reg); + free(sd->regstr); return 0; } @@ -2626,6 +2628,7 @@ void do_final(void) { do_final_itemdb(); do_final_storage(); do_final_guild(); + do_final_pet(); /* for(i=0;i<map_num;i++){ if(map[i].gat) { |