Removing TODO related to freeing X-related allocations. The only things we aren't...
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 11 Jul 2021 02:01:20 +0000 (19:01 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 11 Jul 2021 02:01:20 +0000 (19:01 -0700)
hacks/NEDsim/NEDsim.c

index 67fcb32..15a25a8 100644 (file)
@@ -745,7 +745,6 @@ NEDsim_free(Display * dpy, Window win, void * closure)
         free(nedsim->nedstate);
     }
 
-    // TODO: Replace all this with proper code to free everything related to the screensaver itself.
     XFreeGC(nedsim->dpy, nedsim->gc);
     XFreePixmap(nedsim->dpy, nedsim->panel);
     free(nedsim);