* Fixed a memory leak in memitemdata_to_sql.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11989 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
548e1bfd28
commit
bbf60788db
@ -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.
|
||||||
|
|
||||||
2007/12/28
|
2007/12/28
|
||||||
|
* Fixed a memory leak in memitemdata_to_sql.
|
||||||
* Reverted a bad modification in clif_produceeffect from r11290. [FlavioJS]
|
* Reverted a bad modification in clif_produceeffect from r11290. [FlavioJS]
|
||||||
2007/12/27
|
2007/12/27
|
||||||
* Removed an incorrect range check and fixed a copypaste typo which
|
* Removed an incorrect range check and fixed a copypaste typo which
|
||||||
|
@ -720,7 +720,7 @@ int memitemdata_to_sql(const struct item items[], int max, int id, int tableswit
|
|||||||
{
|
{
|
||||||
SqlStmt_ShowDebug(stmt);
|
SqlStmt_ShowDebug(stmt);
|
||||||
SqlStmt_Free(stmt);
|
SqlStmt_Free(stmt);
|
||||||
StringBuf_Clear(&buf);
|
StringBuf_Destroy(&buf);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user