@eht16 commented on this pull request.
> @@ -347,7 +348,7 @@ static void gdb_finalize(void) if (send_channel) { g_io_channel_shutdown(send_channel, FALSE, NULL); - g_io_channel_unref(send_channel); + g_io_channel_unref(send_channel); // cppcheck-suppress doubleFree // should be fine I have no idea if this correct, maybe the unref call is indeed too much? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1197#pullrequestreview-1178270678 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1197/review/1178270...@github.com>