diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-30 15:34:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-30 15:34:58 +0000 |
| commit | f713b9f121f95756127c18c134c4cea7f2effb76 (patch) | |
| tree | d205a3d73e0d563f606e77838600d45897ba3258 /src/plugins/Input/mpc | |
| parent | 1f12d8758248e339dfcaf90d72ee02f1bd58075c (diff) | |
| download | qmmp-f713b9f121f95756127c18c134c4cea7f2effb76.tar.gz qmmp-f713b9f121f95756127c18c134c4cea7f2effb76.tar.bz2 qmmp-f713b9f121f95756127c18c134c4cea7f2effb76.zip | |
fixed error handling, fixed http plugin freezes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2359 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc')
| -rw-r--r-- | src/plugins/Input/mpc/decoder_mpc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/Input/mpc/decoder_mpc.cpp b/src/plugins/Input/mpc/decoder_mpc.cpp index 93751a51f..1e90bc670 100644 --- a/src/plugins/Input/mpc/decoder_mpc.cpp +++ b/src/plugins/Input/mpc/decoder_mpc.cpp @@ -129,7 +129,6 @@ DecoderMPC::DecoderMPC(QIODevice *i) m_data = 0; } - DecoderMPC::~DecoderMPC() { m_len = 0; |
