← Back to team overview

mudlet-makers team mailing list archive

[Bug 1218614] Re: Temporary timers & triggers Lua code be marked for deletion after they've executed

 

Migrating issues to Github, please follow the new discussion here:
https://github.com/Mudlet/Mudlet/issues/737

This issue needs to be closed and there is no appropriate status, so
will set it to "Opinion" just for migration purposes.

** Bug watch added: github.com/Mudlet/Mudlet/issues #737
   https://github.com/Mudlet/Mudlet/issues/737

** Changed in: mudlet
       Status: New => Opinion

-- 
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 & triggers Lua code be marked for deletion after
  they've executed

Status in Mudlet:
  Opinion

Bug description:
  Temporary timers & triggers Lua code 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


References