Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
do not segfault in mce_get_io_monitor_name when input devices get cha…
…nged calling remove_input_device with "GSlist* devices" and then doing devices = g_slist_remove(devices, iomon_id); affects stack variable, but not what really needs to be changed. Fix it by passing "GSlist** devices" as parameter to remove_input_device() Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
- Loading branch information
1 parent
e376f87
commit 661b8d7
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters