• Show log

    Commit

  • Hash : 5e0f47c3
    Author : Carlos Martín Nieto
    Date : 2014-06-25T21:20:39

    pack: free the new pack struct if we fail to insert
    
    If we fail to insert the packfile in the map, make sure to free it.
    
    This makes the free function only attempt to remove its mwindows from
    the global list if we have opened the packfile to avoid accessing the
    list unlocked.