Avoid double free
This commit is contained in:
@@ -4258,9 +4258,6 @@ int ull2float(unsigned long long ull_value, float *f_value)
|
||||
|
||||
HDmemcpy(f_value, buf, dst_size);
|
||||
|
||||
if (buf)
|
||||
HDfree(buf);
|
||||
|
||||
done:
|
||||
H5E_BEGIN_TRY {
|
||||
H5Pclose(dxpl_id);
|
||||
|
||||
Reference in New Issue
Block a user