]> git.armaanb.net Git - chorizo.git/commit
Fix crash when closing a tab that's still loading
authorPeter Hofmann <scm@uninformativ.de>
Sat, 21 Jun 2014 15:53:43 +0000 (17:53 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Sat, 21 Jun 2014 16:28:24 +0000 (18:28 +0200)
commitd2a5eaf33e0dc0bb0452b57433a267dc7bc45e2e
treefc1acf53bee453e3a4ae492a452f70528a9bd7da
parent55126fd2bd5139465ec3944994a5023cfdf47d1d
Fix crash when closing a tab that's still loading

Disconnect the handler for "notify::progress" because that signal might
get fired after "c" has been free'd which resulted in a reproducible
crash.
browser.c