Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 5215)
+++ trunk/BNC/src/bncwindow.cpp	(revision 5216)
@@ -2730,5 +2730,4 @@
   enableStartStop();
 
-  delete _postProcessing;
   _postProcessing = new t_postProcessing(this);
   connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP()));
@@ -2757,4 +2756,5 @@
 void bncWindow::slotFinishedPostProcessingPPP() {
   _runningPostProcessingPPP = false;
+  _postProcessing           = 0;
   QMessageBox::information(this, "Information",
                            "Post-Processing Thread Finished");
Index: trunk/BNC/src/map/bncmapwin.cpp
===================================================================
--- trunk/BNC/src/map/bncmapwin.cpp	(revision 5215)
+++ trunk/BNC/src/map/bncmapwin.cpp	(revision 5216)
@@ -158,4 +158,3 @@
   xyz2ell(xyz, ell);
   gotoLocation(ell[0]*180.0/M_PI, ell[1]*180.0/M_PI);
-  qDebug() << ell[0]*180.0/M_PI << ell[1]*180.0/M_PI;
 }
