1. 25 Jun, 2009 25 commits
  2. 24 Jun, 2009 14 commits
  3. 23 Jun, 2009 1 commit
    • Erwan Tulou's avatar
      skins2: solve crashes due to releasing variables at termination · fb771cf9
      Erwan Tulou authored
      skins was using two lists of variables (named and anonymous).
      The problem was that variables from one list held references to variables from the other list and vice-versa. Whatever the order of releasing them, crashes could occur.
      
      This patch uses the anonymous list to keep a reference on **all** variables.
      This guarantees they are released in the reverse order from creation.
      fb771cf9