local transport: plug leak

This commit is contained in:
Carlos Martín Nieto 2012-04-12 20:52:26 +02:00
parent 6a8bcfa48e
commit a15156930b

View File

@ -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: