Initialise bitmap ptr to NULL

svn path=/trunk/netsurf/; revision=12780
This commit is contained in:
Chris Young 2011-09-08 19:21:02 +00:00
parent dec633ca8e
commit 8f09c239af

View File

@ -311,7 +311,7 @@ Object *ami_datatype_object_from_bitmap(struct bitmap *bitmap)
struct bitmap *ami_bitmap_from_datatype(char *filename)
{
Object *dto;
struct bitmap *bm;
struct bitmap *bm = NULL;
if(dto = NewDTObject(filename,
DTA_GroupID, GID_PICTURE,