From a0b29d599e64d85d3bd3111e15a448b99b54f95a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 1 May 2015 17:10:36 -0400 Subject: [PATCH] Removed an unnecessary TODO. --- unix/newcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/newcontrol.c b/unix/newcontrol.c index 01658c85..f22843d2 100644 --- a/unix/newcontrol.c +++ b/unix/newcontrol.c @@ -22,7 +22,7 @@ static void singleDestroy(uiControl *c) complain("attempt to destroy a uiControl at %p while it still has a parent", c); // first call the widget's own destruction code (*(s->onDestroy))(s->onDestroyData); - // then actually destroy (TODO sync these comments with the container and window ones) + // then actually destroy g_object_unref(s->immediate); // and free ourselves uiFree(s);