diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-06-01 23:26:46 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-06-01 23:26:46 +0100 |
commit | 5555d73c6b623d8ef484665784d2cd9cc1be3f7f (patch) | |
tree | aa8e88bc5ef429d0fea632af1897034a38496b3c /chkfont.c | |
parent | 8fdab96d486ba52601544c67c38625480ddf7640 (diff) | |
download | figlet-upstream/2.2.5.tar.gz |
Imported Upstream version 2.2.5upstream/2.2.5upstream
Diffstat (limited to '')
-rw-r--r-- | chkfont.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -272,6 +272,7 @@ numsread=sscanf(fileline,"%c %d %d %d %d %d %d %d %d", &hardblank,&charheight,&upheight,&maxlen,&old_layout,&cmtcount, &ffrighttoleft,&layout,&spectagcnt); free(fileline); +fileline = NULL; if (numsread<7) { ffrighttoleft=0; } |