diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-27 17:25:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-27 17:25:51 +0000 |
| commit | fef0263b8bb4b26db75ce924c3a2af12f8f74928 (patch) | |
| tree | 9ba23f05483e84c3096db66696d7c4230a9dec1b /src/plugins/Input/sid/decoder_sid.h | |
| parent | 79340c153fd0e7a79839b072cf87905da84ce77d (diff) | |
| download | qmmp-fef0263b8bb4b26db75ce924c3a2af12f8f74928.tar.gz qmmp-fef0263b8bb4b26db75ce924c3a2af12f8f74928.tar.bz2 qmmp-fef0263b8bb4b26db75ce924c3a2af12f8f74928.zip | |
sid: fixed memory leak
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7652 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sid/decoder_sid.h')
| -rw-r--r-- | src/plugins/Input/sid/decoder_sid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/Input/sid/decoder_sid.h b/src/plugins/Input/sid/decoder_sid.h index 7fa178e1e..359000a96 100644 --- a/src/plugins/Input/sid/decoder_sid.h +++ b/src/plugins/Input/sid/decoder_sid.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2016 by Ilya Kotov * + * Copyright (C) 2013-2017 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -25,6 +25,7 @@ class sidplayfp; class SidDatabase; +class SidTune; /** @author Ilya Kotov <forkotov02@ya.ru> @@ -49,6 +50,7 @@ private: int m_length; qint64 m_length_in_bytes; qint64 m_read_bytes; + SidTune m_tune; }; #endif // DECODER_SID_H |
