[Github-comments] [geany/geany-plugins] Debugger: Fix cppcheck false positive warning (#1017)

Enrico Tröger notifications at xxxxx
Mon Oct 19 20:32:25 UTC 2020


@eht16 commented on this pull request.



>  		{
-			g_object_ref(*widgets[i]);
-			gtk_container_remove(GTK_CONTAINER(gtk_widget_get_parent(*widgets[i])), *widgets[i]);
+			widget = widgets[i];
+			g_object_ref(widget);

Ouch, of course.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1017#discussion_r508044252
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201019/ce61abb4/attachment.htm>


More information about the Github-comments mailing list