mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -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