mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03271
[Bug 1218614] [NEW] Temporary timers should be marked for deletion after they've executed
Public bug reported:
Temporary timers should be marked for deletion after they've executed.
Lua's incremental GC will account for actually deleting them in bits as
it's necessary, so it will not be a performance hit (just like it hasn't
been already for many user scripts).
The current setup creates a memory leak.
See http://forums.mudlet.org/viewtopic.php?f=7&t=3593 for the original
report.
** Affects: mudlet
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1218614
Title:
Temporary timers should be marked for deletion after they've executed
Status in Mudlet the MUD client:
New
Bug description:
Temporary timers should be marked for deletion after they've executed.
Lua's incremental GC will account for actually deleting them in bits
as it's necessary, so it will not be a performance hit (just like it
hasn't been already for many user scripts).
The current setup creates a memory leak.
See http://forums.mudlet.org/viewtopic.php?f=7&t=3593 for the original
report.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1218614/+subscriptions
Follow ups
References