Skip to content
  • Steve Lhomme's avatar
    dynamicoverlay: free the overlay_t in OverlayDestroy() · 59d91704
    Steve Lhomme authored
    And don't return a constant value.
    
    There was a leak when called from exec_DeleteImage(). It was removed from the
    list/vector but the structure was not released and once the pointer is
    removed from the list, it's not referenced elsewhere.
    59d91704