Files
i3/src
Orestis Floros 98df2e21fa Free ran_assignments
When we run 'reload' all the assignments are freed:
e3e09119bf/src/config.c (L99-L109)

Assignments are saved to each window after they are executed:
e3e09119bf/src/assignments.c (L41-L46)

This means that the pointers stored in window->ran_assignments are
invalid (shouldn't be dangerous currently but could lead to a segfault
if the code is modified) after a 'reload'.
2018-03-19 03:00:35 +02:00
..
2018-03-11 12:17:42 +08:00
2018-03-19 03:00:35 +02:00
2018-03-11 12:17:42 +08:00
2017-05-15 21:06:38 +02:00
2018-03-15 19:57:30 +02:00
2016-06-11 14:47:23 +02:00
2017-11-26 18:07:13 +01:00
2017-09-13 08:23:24 +00:00