[svn-r28017] mem leak fix.

This commit is contained in:
Mohamad Chaarawi 2015-10-09 15:25:50 -05:00
parent 0facbc77c3
commit 3444e46ea0

View File

@ -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;