mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-24 03:00:13 +01:00
Bug-Fix: Frees memory used by qedit and hedit when closing socket (thanks Xiuhtecuhtli)
This commit is contained in:
parent
b656706cb2
commit
cc5a63d732
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue