tuxtxt: fix spurious segfault on repeated start

Origin commit data
------------------
Branch: ni/coolstream
Commit: 50a041083f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-12 (Thu, 12 Jan 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-01-12 19:12:08 +01:00
parent a2b4074f1a
commit 6653036176

View File

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