diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-19 18:08:35 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-19 18:08:35 +0000 |
commit | 6617c3d72fbb5a1ae05083348a64c3cd86e42a9b (patch) | |
tree | 37172fed7508357e9baa7ea126708dfb0439dce4 /src/map | |
parent | d247f8ddabb26c53e89b85f66b378ccb2af5aa07 (diff) | |
download | hercules-6617c3d72fbb5a1ae05083348a64c3cd86e42a9b.tar.gz hercules-6617c3d72fbb5a1ae05083348a64c3cd86e42a9b.tar.bz2 hercules-6617c3d72fbb5a1ae05083348a64c3cd86e42a9b.tar.xz hercules-6617c3d72fbb5a1ae05083348a64c3cd86e42a9b.zip |
Fixed a possible sigsegv when deleting lif under Mental Change
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8367 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 52f5d3fb1..3defad727 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1785,7 +1785,6 @@ int unit_free(struct block_list *bl, int clrtype) { sd->homunculus.hom_id = 0; } sd->hd = NULL; - hd->master = NULL; } } |