Index: /trunk/BNC/src/rinex/graphwin.cpp
===================================================================
--- /trunk/BNC/src/rinex/graphwin.cpp	(revision 4308)
+++ /trunk/BNC/src/rinex/graphwin.cpp	(revision 4309)
@@ -49,4 +49,6 @@
  QDialog(parent) {
 
+  this->setAttribute(Qt::WA_DeleteOnClose);
+
   setWindowTitle(tr("BNC Plot"));
 
Index: /trunk/BNC/src/rinex/polarplot.cpp
===================================================================
--- /trunk/BNC/src/rinex/polarplot.cpp	(revision 4308)
+++ /trunk/BNC/src/rinex/polarplot.cpp	(revision 4309)
@@ -127,4 +127,9 @@
 }
 
+// Destructor
+////////////////////////////////////////////////////////////////////////////
+t_polarPlot::~t_polarPlot() {
+}
+
 // 
 ////////////////////////////////////////////////////////////////////////////
Index: /trunk/BNC/src/rinex/polarplot.h
===================================================================
--- /trunk/BNC/src/rinex/polarplot.h	(revision 4308)
+++ /trunk/BNC/src/rinex/polarplot.h	(revision 4309)
@@ -13,4 +13,5 @@
  public:
   t_polarPlot(QWidget* = 0);
+  ~t_polarPlot();
 
  public slots:
