libglnx porting: Drop last use of gs_transfer_out_value()

Closes: #319
Approved by: jlebon
This commit is contained in:
Colin Walters 2016-06-03 10:16:25 -04:00 committed by Atomic Bot
parent a79c47415a
commit 882561b01c

View File

@ -159,7 +159,8 @@ ostree_repo_list_static_delta_names (OstreeRepo *self,
}
ret = TRUE;
gs_transfer_out_value (out_deltas, &ret_deltas);
if (out_deltas)
*out_deltas = g_steal_pointer (&ret_deltas);
out:
return ret;
}