mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 02:30:24 +01:00
platform: fix GError free function
Fixes:dd7810c473('platform: destroy VFs before changing the eswitch mode') (cherry picked from commit394f6281ea)
This commit is contained in:
parent
43058de07a
commit
84c7533760
1 changed files with 1 additions and 1 deletions
|
|
@ -9208,7 +9208,7 @@ sriov_async_finish_err(SriovAsyncState *async_state, GError *error)
|
|||
g_object_unref(async_state->platform);
|
||||
g_object_unref(async_state->cancellable);
|
||||
g_free(async_state);
|
||||
g_free(error);
|
||||
nm_g_error_free(error);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue