Commit a1515693 by Carlos Martín Nieto

local transport: plug leak

parent 6a8bcfa4
...@@ -118,6 +118,7 @@ static int store_refs(transport_local *t) ...@@ -118,6 +118,7 @@ static int store_refs(transport_local *t)
goto on_error; goto on_error;
} }
git_strarray_free(&ref_names);
return 0; return 0;
on_error: on_error:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment