diff options
| -rw-r--r-- | libflashrom.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libflashrom.c b/libflashrom.c index f2288fef..39b0c67b 100644 --- a/libflashrom.c +++ b/libflashrom.c @@ -442,7 +442,7 @@ int flashrom_layout_read_from_ifd(struct flashrom_layout **const layout, struct  #ifndef __FLASHROM_LITTLE_ENDIAN__  	return 6;  #else -	struct flashrom_layout *dump_layout, *chip_layout; +	struct flashrom_layout *dump_layout = NULL, *chip_layout = NULL;  	int ret = 1;  	void *const desc = malloc(0x1000); | 
