Skip to content

馃悰 Fix a segfault when a glfwin is destroyed

Francis Lecavalier requested to merge fix/destructor-segfault into develop

Switcher would segfault when destroying a glfwin quiddity. I discovered that the log line was causing the segfault, so I just removed it.

Obviously, this is the easiest fix, but it probably doesn't change the root issue, which is that the logger can segfault. This could be a temporary fix until we are able to fix the underlying issue.

Merge request reports