tuxtxt: fix spurious segfault on repeated start

Origin commit data
------------------
Commit: 50a041083f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-12 (Thu, 12 Jan 2012)
This commit is contained in:
Stefan Seyfried
2012-01-12 19:12:08 +01:00
parent adbf1a639f
commit c6d0d2f51f

View File

@@ -1934,6 +1934,8 @@ int Init(int source)
TTFShiftX = 0;
TTFShiftY = -2;
pageinfo = NULL;
/* load config */
if ((conf = fopen(TUXTXTCONF, "rt")) == 0)
{