Commit 5fa1bed0f7da8959f561c49fba6975812f80546a

Carlos Martín Nieto 2011-10-15T23:09:05

mwindow: close LRU window properly Remove a wrong call to git_mwindow_close which caused a segfault if it ever did run. In that same piece of code, if the LRU was from the first wiindow in the list in a different file, we didn't update that list, so the first element had been freed. Fix these two issues. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>