[blob] close file reader handle
fortunately it isn't in that use as having mmap reader as the default
This commit is contained in:
parent
39976ee660
commit
a22e6de0e9
|
@ -654,6 +654,7 @@ fail_without_close:
|
|||
|
||||
len += addition;
|
||||
}
|
||||
fclose (fp);
|
||||
|
||||
return hb_blob_create (data, len, HB_MEMORY_MODE_WRITABLE, data,
|
||||
(hb_destroy_func_t) free);
|
||||
|
|
Loading…
Reference in New Issue