QTfrontend/net/recorder.cpp
changeset 10248 7b9b44a051f8
parent 10108 c68cf030eded
child 11046 47a8c19ecb60
--- a/QTfrontend/net/recorder.cpp	Fri May 23 13:37:34 2014 +0400
+++ b/QTfrontend/net/recorder.cpp	Wed May 28 09:05:36 2014 +0400
@@ -37,6 +37,7 @@
 {
     this->config = config;
     this->prefix = prefix;
+    item = 0;
     finished = false;
     name = prefix + "." + LibavInteraction::instance().getExtension(config->AVFormat());
 }