Skip to content

Commit

Permalink
+ issue #2504: Crash in pad function after undoing some operations
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Apr 16, 2016
1 parent 46d3405 commit 099ceeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/PartDesign/Gui/ViewProviderBody.cpp
Expand Up @@ -74,6 +74,8 @@ ViewProviderBody::ViewProviderBody()
ViewProviderBody::~ViewProviderBody()
{
pcBodyChildren->unref ();
connectChangedObjectApp.disconnect();
connectChangedObjectGui.disconnect();
}

void ViewProviderBody::attach(App::DocumentObject *pcFeat)
Expand Down

0 comments on commit 099ceeb

Please sign in to comment.