summaryrefslogtreecommitdiff
path: root/src/openscad.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-01-31 03:26:53 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-01-31 03:26:53 (GMT)
commit44bb37fdee6683e1f56d1983f3c53c98b6e3318a (patch)
tree521c0f50b5785b439411ac3f1c8df1ec8cca4cf9 /src/openscad.cc
parent85378e44367a62116e8067105f0fe862a932ba8f (diff)
move 'delete root_node' where it was before merging master. cleanup
Diffstat (limited to 'src/openscad.cc')
-rw-r--r--src/openscad.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscad.cc b/src/openscad.cc
index 7ebad33..5caef88 100644
--- a/src/openscad.cc
+++ b/src/openscad.cc
@@ -400,11 +400,11 @@ int main(int argc, char **argv)
}
}
}
- delete root_node;
#else
fprintf(stderr, "OpenSCAD has been compiled without CGAL support!\n");
exit(1);
#endif
+ delete root_node;
}
else if (useGUI)
{
contact: Jan Huwald // Impressum