Fixed a memory leak in mapif_quests_fromsql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12592 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
92f9bf6a8c
commit
73df203735
@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
|||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2008/04/14
|
2008/04/14
|
||||||
|
* Fixed a memory leak in mapif_quests_fromsql [Toms]
|
||||||
* Fixed a typo in char_sql/char.c [Toms]
|
* Fixed a typo in char_sql/char.c [Toms]
|
||||||
* Fixed a bug in the disconnection part char-server (not sending you offline) [Toms]
|
* Fixed a bug in the disconnection part char-server (not sending you offline) [Toms]
|
||||||
* Changes to the configure script: [FlavioJS]
|
* Changes to the configure script: [FlavioJS]
|
||||||
|
@ -69,8 +69,7 @@ int mapif_quests_fromsql(int char_id, struct quest questlog[])
|
|||||||
questlog[i].num_objectives = j;
|
questlog[i].num_objectives = j;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
SqlStmt_Free(stmt);
|
||||||
|
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,4 +9,5 @@ struct quest;
|
|||||||
|
|
||||||
int inter_quest_parse_frommap(int fd);
|
int inter_quest_parse_frommap(int fd);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user