Fix stupid NULL ptr bug.

This commit is contained in:
Adam Sutton 2012-07-06 20:25:59 +01:00
commit a0d2505b1d

View file

@ -259,6 +259,7 @@ static int _eit_callback
/* Process tags */
*title = *summary = *desc = 0;
extra = NULL;
egl = NULL;
hd = ws = bw = ad = st = ds = 0;
while(dllen > 0) {
dtag = ptr[0];