Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3206)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3211)
@@ -118,5 +118,5 @@
   }
 
-  _rtnetDecoder = new bncRtnetDecoder();
+  _rtnetDecoder = 0;
 
   connect(this, SIGNAL(newMessage(QByteArray,bool)), 
@@ -544,4 +544,8 @@
 void bncComb::dumpResults(const bncTime& resTime, 
                           const QMap<QString, t_corr*>& resCorr) {
+
+  if (!_rtnetDecoder) {
+    _rtnetDecoder = new bncRtnetDecoder();
+  }
 
   QMapIterator<QString, t_corr*> it(resCorr);
