mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
[PATCH] neutrino: properly delete frambuffer object on SIGINT
From: Stefan Seyfried <seife@tuxbox-git.slipkontur.de> Date: Sun, 12 Feb 2012 22:17:26 +0100 git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2127 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -3741,6 +3741,7 @@ void sighandler (int signum)
|
||||
case SIGINT:
|
||||
delete CRecordManager::getInstance();
|
||||
stop_daemons();
|
||||
delete CFrameBuffer::getInstance();
|
||||
_exit(0);
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user