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;
|
ret = TRUE;
|
||||||
gs_transfer_out_value (out_deltas, &ret_deltas);
|
if (out_deltas)
|
||||||
|
*out_deltas = g_steal_pointer (&ret_deltas);
|
||||||
out:
|
out:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue