summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 95ad088e5..80703fa12 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -15529,6 +15529,7 @@ void clif_quest_send_list(struct map_session_data *sd)
}
packet->PacketLength = real_len;
clif->send(buf, real_len, &sd->bl, SELF);
+ aFree(buf);
}
/// Sends list of all quest missions (ZC_ALL_QUEST_MISSION).