diff options
Diffstat (limited to 'src/char_sql')
-rw-r--r-- | src/char_sql/int_quest.c | 3 | ||||
-rw-r--r-- | src/char_sql/int_quest.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/char_sql/int_quest.c b/src/char_sql/int_quest.c index 86ebccdae..e198754f6 100644 --- a/src/char_sql/int_quest.c +++ b/src/char_sql/int_quest.c @@ -69,8 +69,7 @@ int mapif_quests_fromsql(int char_id, struct quest questlog[]) questlog[i].num_objectives = j; } - - + SqlStmt_Free(stmt); return count; } diff --git a/src/char_sql/int_quest.h b/src/char_sql/int_quest.h index 2b7df67dd..f2a0b626e 100644 --- a/src/char_sql/int_quest.h +++ b/src/char_sql/int_quest.h @@ -9,4 +9,5 @@ struct quest; int inter_quest_parse_frommap(int fd); -#endif
\ No newline at end of file +#endif + |