From c39f85d63b77148bde008deea6c59beb27e5c222 Mon Sep 17 00:00:00 2001 From: codemaster Date: Mon, 22 Nov 2004 21:15:09 +0000 Subject: [PATCH] Added free()'s git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@330 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.txt b/Changelog.txt index df55745426..bd89c65f6d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,6 @@ Date Added 11/22 + * Added a few free()'s so that I am sure it freed the allocated memory (char & login) [Codemaster] * Changed monsters_ignore_gm option to a level value. [Valaris] (accounts greater than or equal to this setting won't be attacked by aggressives.) * Fixed mapflag #s and constants for setmapflag and remove mapflag. [Valaris]