mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r28017] mem leak fix.
This commit is contained in:
parent
0facbc77c3
commit
3444e46ea0
@ -1282,6 +1282,7 @@ static int test_strings(void)
|
||||
HDfree(dt_str);
|
||||
goto out;
|
||||
}
|
||||
HDfree(dt_str);
|
||||
|
||||
/* Length of the character buffer is smaller then needed */
|
||||
str_len = 21;
|
||||
|
Loading…
Reference in New Issue
Block a user