[06:00] * bittin is listening to this weeks podcast now, and has installed this weekends 20 Ubuntu and kernel updates [13:12] yesterday i opened a pr to fix in nemo (hopefully) a crash where an object and its pointer was being freed at the wrong time [13:13] g_free (details); g_list_free (details->current_selection); [13:13] would freeing the details->current_selection after freeing details actually count as a UAF