diff -r 7c6b265b89d1 -r 7b9b44a051f8 QTfrontend/net/recorder.cpp --- 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()); }