Skip to content

Commit

Permalink
* Must initialize these.
Browse files Browse the repository at this point in the history
  • Loading branch information
moriyoshi committed Sep 1, 2009
1 parent eeb4e76 commit 48ca9ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gifsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,10 @@ GIF_Create(FILE *fp, void *buffer, int buffer_size, int width, int height,
*bp++ = 0;
}
}

retval->StrHsh = NULL;
retval->StrChr = NULL;
retval->StrNxt = NULL;
return retval;
}

Expand Down

0 comments on commit 48ca9ef

Please sign in to comment.