summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-17 21:35:54 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-17 21:35:54 +0000
commite2f8480ab82bfffd146921034a4188035c802991 (patch)
tree74782093df86fbb654dbea4321515e32d4b04132 /src/map/guild.c
parentadffa9ac73a5429b6ab3cfa3b80f283b8d4459b4 (diff)
downloadhercules-e2f8480ab82bfffd146921034a4188035c802991.tar.gz
hercules-e2f8480ab82bfffd146921034a4188035c802991.tar.bz2
hercules-e2f8480ab82bfffd146921034a4188035c802991.tar.xz
hercules-e2f8480ab82bfffd146921034a4188035c802991.zip
Follow up r15701 added missing db_destroy for memory stuff.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15702 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/guild.c')
-rw-r--r--src/map/guild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/guild.c b/src/map/guild.c
index 66ba01369..8aad02cdc 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -1968,5 +1968,6 @@ void do_init_guild(void)
void do_final_guild(void) {
db_destroy(guild_db);
castle_db->destroy(castle_db,guild_castle_db_final);
+ db_destroy(guild_expcache_db);
guild_infoevent_db->destroy(guild_infoevent_db,eventlist_db_final);
}