Files
my_glut/BUGS
2026-03-13 16:48:03 +01:00

8 lines
200 B
Plaintext

from glut_timers.c
void timers_remove
null set at the end
/* i added this and now works. should not need it, smells like bigger bug */
toRemove->next = NULL;
that line should not be needed...