Skip to content
  • Jonas Maebe's avatar
    * separate the finally block that dezals with cleaning up temps and the · a07bb94f
    Jonas Maebe authored
        except block that deals with exceptions raised inside the constructor
        (including afterconstruction), so that afterconstruction is always
        called after all temps have been finalised (necessary because in case
        of tinterfacedobject it decreases the reference count of the instance
        without every freeing the instance, so if that is done before a temp
        that also holds a refernce is finalised, the temp may wrongly free
        the instance (mantis #16592, #16592)
    
    git-svn-id: trunk@15583 -
    a07bb94f