From fef0263b8bb4b26db75ce924c3a2af12f8f74928 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 27 Oct 2017 17:25:51 +0000 Subject: sid: fixed memory leak git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7652 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sid/decoder_sid.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/Input/sid/decoder_sid.h') 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 @@ -49,6 +50,7 @@ private: int m_length; qint64 m_length_in_bytes; qint64 m_read_bytes; + SidTune m_tune; }; #endif // DECODER_SID_H -- cgit v1.2.3-13-gbd6f