1. 26 Jun, 2009 20 commits
  2. 25 Jun, 2009 11 commits
  3. 24 Jun, 2009 8 commits
  4. 23 Jun, 2009 1 commit
    • Erwan Tulou's avatar
      skins2: solve crashes due to releasing variables at termination · ffd4ec22
      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.
      (cherry picked from commit fb771cf9)
      ffd4ec22