generic-pc: fix video shutdown

This commit is contained in:
Stefan Seyfried
2016-11-03 11:33:42 +01:00
parent 2525823506
commit 43a28b317c

View File

@@ -113,7 +113,7 @@ cVideo::~cVideo(void)
/* ouch :-( */
// videoDecoder = NULL;
delete vdec;
// vdec = NULL;
::vdec = NULL;
}