Explicitly clear out poke interface to NULL.

This commit is contained in:
Themaister 2013-03-10 01:20:16 +01:00
parent 2681f14032
commit e1a545b695

View File

@ -830,6 +830,7 @@ void init_video_input(void)
rarch_fail(1, "init_video_input()");
}
driver.video_poke = NULL;
if (driver.video->poke_interface)
driver.video->poke_interface(driver.video_data, &driver.video_poke);