commit a53af95f5efd3856131a115cb05f361318dac49a from: Stefan Sperling date: Sat Dec 26 23:04:46 2020 UTC fix error return from got_reflist_object_id_map_create() commit - f193b03845f89ae0e671e5f871fe635020cb7b48 commit + a53af95f5efd3856131a115cb05f361318dac49a blob - 61bda5a52d6da70ee380d6f9af4808900d2ab1fc blob + 963421204cf6e796cb24646c706f87db4e7880fc --- lib/reference.c +++ lib/reference.c @@ -1462,7 +1462,7 @@ done: got_reflist_object_id_map_free(*map); *map = NULL; } - return NULL; + return err; } struct got_reflist_head *