mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 12:30:07 +01:00
platform: fix GError free function
Fixes: dd7810c473 ('platform: destroy VFs before changing the eswitch mode')
This commit is contained in:
parent
4938507de8
commit
394f6281ea
1 changed files with 1 additions and 1 deletions
|
|
@ -9249,7 +9249,7 @@ sriov_async_finish_err(SriovAsyncState *async_state, GError *error)
|
||||||
g_object_unref(async_state->platform);
|
g_object_unref(async_state->platform);
|
||||||
g_object_unref(async_state->cancellable);
|
g_object_unref(async_state->cancellable);
|
||||||
g_free(async_state);
|
g_free(async_state);
|
||||||
g_free(error);
|
nm_g_error_free(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue