Bug-Fix: Frees memory used by qedit and hedit when closing socket (thanks Xiuhtecuhtli)

This commit is contained in:
JamDog 2009-04-05 21:42:03 +00:00
parent b656706cb2
commit cc5a63d732
2 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,8 @@ OLC copy and delete options.
export (QQ's a zone into a tarball)t
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
(lots of major bugfixes too)
[Apr 05 2009] - Jamdog
Bug-Fix: Now frees memory used by qedit and hedit when closing a socket (Thanks Xiuhtecuhtli)
tbaMUD 3.59
[Apr 05 2009] - Rumble
Updated World and files for 3.59 release.

View file

@ -2118,6 +2118,8 @@ void close_socket(struct descriptor_data *d)
case CON_TEDIT:
case CON_TRIGEDIT:
case CON_AEDIT:
case CON_HEDIT:
case CON_QEDIT:
cleanup_olc(d, CLEANUP_ALL);
break;
default: