* Fixed alot of memory leaks

* Added stray memory cleaning routine to db.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1275 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest
2005-03-23 15:26:52 +00:00
parent a2c00f0290
commit 91fb421a67
34 changed files with 326 additions and 134 deletions

View File

@@ -2,10 +2,10 @@
#define _INTER_H_
int inter_init(const char *file);
void inter_final();
int inter_parse_frommap(int fd);
int inter_mapif_init(int fd);
int inter_check_length(int fd,int length);
int inter_log(char *fmt,...);