mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
triple: avoid a crash in cPlayback destructor
Origin commit data
------------------
Branch: master
Commit: eb7f51252e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -105,6 +105,8 @@ void cPlayback::Close(void)
|
||||
free(pesbuf);
|
||||
pesbuf = NULL;
|
||||
|
||||
/* don't crash */
|
||||
if (audioDecoder)
|
||||
audioDecoder->do_mute(audioDecoder->Muted, false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user