linuxmint / cinnamon-settings-daemon

The settings daemon for the Cinnamon desktop
GNU General Public License v2.0
57 stars 58 forks source link

power: Fix free order #377

Closed ItzSwirlz closed 1 year ago

ItzSwirlz commented 1 year ago

alarm_item called after g_free = uaf, so free the pointer array first and then the rest