diff options
Diffstat (limited to 'tests-clay/object/raw/short.c')
| -rw-r--r-- | tests-clay/object/raw/short.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clay/object/raw/short.c b/tests-clay/object/raw/short.c index 46e4fba2c..996f3f7b4 100644 --- a/tests-clay/object/raw/short.c +++ b/tests-clay/object/raw/short.c @@ -86,7 +86,7 @@ void test_object_raw_short__oid_shortener_stresstest_git_oid_shorten(void) /* cleanup */ for (i = 0; i < MAX_OIDS; ++i) - free(oids[i]); + git__free(oids[i]); git_oid_shorten_free(os); |
