Skip to content

Commit

Permalink
refs #4328. Fix bug when changing workspace with no selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 11, 2012
1 parent 2ffbacd commit ca2f53c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,10 @@ void CreateMDWorkspace::setUBMatrixClicked()
{
runConfirmation(ex.what());
}
memento->cleanUp();

if(memento != NULL)
{
memento->cleanUp();
}
}

/*
Expand Down

0 comments on commit ca2f53c

Please sign in to comment.