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'.
i3: A tiling window manager
i3 is a tiling window manager for X11.
For more information about i3, please see the project's website and online documentation.
For information about contributing to i3, please see CONTRIBUTING.md.
Description
Languages
C
58.6%
Perl
29%
Raku
9.4%
Ruby
1.2%
Shell
0.7%
Other
1.1%