tests: win32::longpath: free expected_msg

This commit is contained in:
Patrick Steinhardt 2015-11-24 14:36:46 +01:00
parent 9031be180b
commit 77b79dde84

View File

@ -46,6 +46,8 @@ void assert_name_too_long(void)
/* check the suffix */
cl_assert_equal_s(expected_msg, err->message + (actual_len - expected_len));
git__free(expected_msg);
}
#endif