mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-29 21:29:32 +00:00
tests: win32::longpath: free expected_msg
This commit is contained in:
parent
9031be180b
commit
77b79dde84
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user