Skip to content

Commit

Permalink
refs #6447 removed unnecessary memory release operators from BC
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Sep 30, 2013
1 parent 45deb7a commit c13d066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/src/BoxController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ namespace API
this->m_numMDGridBoxes = splitStringIntoVector<size_t>(s);

this->calcNumSplit();
pDoc->release();
}
/** function clears the file-backed status of the box controller */
void BoxController::clearFileBacked()
Expand Down

0 comments on commit c13d066

Please sign in to comment.