mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03499
[Bug 1264121] [NEW] deleteRoom crashes mudlet when called twice
Public bug reported:
When calling deleteRoom(#) in a script, the second call to the same room
id will seg fault mudlet because it is never actually removed from the
rooms list in TRoomDB.
Fixed here:
https://github.com/Mudlet/Mudlet/commit/d94ceda949201476f1f0f2587d519256f81bf5e4
** Affects: mudlet
Importance: Critical
Assignee: Chris (chrismudlet)
Status: Fix Committed
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1264121
Title:
deleteRoom crashes mudlet when called twice
Status in Mudlet the MUD client:
Fix Committed
Bug description:
When calling deleteRoom(#) in a script, the second call to the same
room id will seg fault mudlet because it is never actually removed
from the rooms list in TRoomDB.
Fixed here:
https://github.com/Mudlet/Mudlet/commit/d94ceda949201476f1f0f2587d519256f81bf5e4
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1264121/+subscriptions
Follow ups
References