mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-07 17:33:14 -04:00
Free in right order
This commit is contained in:
parent
f14efce218
commit
aaf9e1e345
1 changed files with 1 additions and 1 deletions
|
@ -145,8 +145,8 @@ static void combi_mode_destroy ( Switcher *sw )
|
|||
pd->switchers[i]->destroy ( pd->switchers[i] );
|
||||
}
|
||||
g_free ( pd->switchers );
|
||||
g_free ( pd );
|
||||
g_free ( pd->cache );
|
||||
g_free ( pd );
|
||||
sw->private_data = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue