aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-10-26 18:45:08 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-10-26 18:45:08 +0000
commit3c37f74539cf870d563c44b92fc82852b5c46012 (patch)
treeeb25ed884c7861eb232c05c637db9fa07f0aa5b4 /src/plugins/General/converter
parentb3d32cd1275310aa7c536c2703abdd3b2f237b9d (diff)
downloadqmmp-3c37f74539cf870d563c44b92fc82852b5c46012.tar.gz
qmmp-3c37f74539cf870d563c44b92fc82852b5c46012.tar.bz2
qmmp-3c37f74539cf870d563c44b92fc82852b5c46012.zip
fixed memory leaks and other errors
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7649 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter')
-rw-r--r--src/plugins/General/converter/converter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converter.cpp b/src/plugins/General/converter/converter.cpp
index 71468ef5c..32a63ec53 100644
--- a/src/plugins/General/converter/converter.cpp
+++ b/src/plugins/General/converter/converter.cpp
@@ -347,7 +347,7 @@ bool Converter::convert(Decoder *decoder, FILE *file, bool use16bit)
emit progress(percent);
}
}
- else if (len <= 0)
+ else
{
emit progress(100);
qDebug("Converter: total written: %lld bytes", total);