mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-21 02:50:37 +03:00
libglnx porting: Drop last use of gs_transfer_out_value()
Closes: #319 Approved by: jlebon
This commit is contained in:
parent
a79c47415a
commit
882561b01c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user