mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
tuxtxt: fix spurious segfault on repeated start
This commit is contained in:
@@ -1934,6 +1934,8 @@ int Init(int source)
|
|||||||
TTFShiftX = 0;
|
TTFShiftX = 0;
|
||||||
TTFShiftY = -2;
|
TTFShiftY = -2;
|
||||||
|
|
||||||
|
pageinfo = NULL;
|
||||||
|
|
||||||
/* load config */
|
/* load config */
|
||||||
if ((conf = fopen(TUXTXTCONF, "rt")) == 0)
|
if ((conf = fopen(TUXTXTCONF, "rt")) == 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user