[webkit-reviews] review granted: [Bug 23116] [GTK] fix random libsoup crashes : [Attachment 26488] patch 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 13:46:51 PST 2009


Holger Freyther <zecke at selfish.org> has granted Benjamin Otte
<otte at gnome.org>'s request for review:
Bug 23116: [GTK] fix random libsoup crashes
https://bugs.webkit.org/show_bug.cgi?id=23116

Attachment 26488: patch 1
https://bugs.webkit.org/attachment.cgi?id=26488&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>

> +    if (m_idleHandler) {
> +	 g_source_remove (m_idleHandler);
> +	 m_idleHandler = 0;
> +    }

style issue... please change when landing.


More information about the webkit-reviews mailing list