mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Initialise bitmap ptr to NULL
svn path=/trunk/netsurf/; revision=12780
This commit is contained in:
parent
dec633ca8e
commit
8f09c239af
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user