mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 22:55:47 +00:00
local transport: plug leak
This commit is contained in:
parent
6a8bcfa48e
commit
a15156930b
@ -118,6 +118,7 @@ static int store_refs(transport_local *t)
|
||||
goto on_error;
|
||||
}
|
||||
|
||||
git_strarray_free(&ref_names);
|
||||
return 0;
|
||||
|
||||
on_error:
|
||||
|
Loading…
Reference in New Issue
Block a user