author | simon <simon> | 2002-12-02 23:33:37 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-02 23:33:37 (UTC) |
commit | c3c95ff297355f7024c15134bbc1d15d340bf8fd (patch) (unidiff) | |
tree | ad5ed1eef8ad82d53aef634bfa4b247210200c20 /noncore | |
parent | 22e232bdb4bae5e28013a4d14bfda3c068827557 (diff) | |
download | opie-c3c95ff297355f7024c15134bbc1d15d340bf8fd.zip opie-c3c95ff297355f7024c15134bbc1d15d340bf8fd.tar.gz opie-c3c95ff297355f7024c15134bbc1d15d340bf8fd.tar.bz2 |
- I better be a good boy and delete what I allocate :)
-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayer.cpp b/noncore/multimedia/opieplayer2/mediaplayer.cpp index 8acc488..06b1a04 100644 --- a/noncore/multimedia/opieplayer2/mediaplayer.cpp +++ b/noncore/multimedia/opieplayer2/mediaplayer.cpp | |||
@@ -60,6 +60,8 @@ MediaPlayer::MediaPlayer( PlayListWidget &_playList, MediaPlayerState &_mediaPla | |||
60 | 60 | ||
61 | MediaPlayer::~MediaPlayer() { | 61 | MediaPlayer::~MediaPlayer() { |
62 | delete xineControl; | 62 | delete xineControl; |
63 | delete audioUI; | ||
64 | delete videoUI; | ||
63 | delete volControl; | 65 | delete volControl; |
64 | } | 66 | } |
65 | 67 | ||