Skip to content

Commit

Permalink
Merge pull request #273 from mjakeman/remove-extension-crash-fix
Browse files Browse the repository at this point in the history
Fix crash when removing extension
  • Loading branch information
mjakeman authored Sep 19, 2022
2 parents de275e9 + 5e239bc commit b12bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local/exm-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ exm_manager_remove_extension (ExmManager *self,
uuid,
NULL,
(GAsyncReadyCallback) remove_extension_done,
extension);
create_callback_data (self, extension));
}

static void
Expand Down

0 comments on commit b12bf6c

Please sign in to comment.