tuxtxt: fix spurious segfault on repeated start

This commit is contained in:
Stefan Seyfried
2012-01-12 19:12:08 +01:00
parent 628fc2784b
commit 50a041083f

View File

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