GNOME Bugzilla – Bug 613711
Crash when hiding the search bar in browser mode
Last modified: 2010-03-24 16:06:42 UTC
Created attachment 156886 [details] [review] proposed patch Steps to Reproduce: 1. Open a browser 2. Click search icon 3. Enter something into search line and press enter 4. Delete the contents of the entry 5. Click the search button again to toggle search mode off The attached silly patch should fix the issue, commit at your will, we're in hard code freeze now.
Created attachment 156887 [details] [review] memory leak fix Also consider freeing the locally created object
commit acb01f0fe637a64f92c1ff2188879b7c470ed0e0 Author: Tomas Bzatek <tbzatek@redhat.com> Date: Wed Mar 24 17:00:35 2010 +0100 Unref local query object when turning search off commit a92a7bfcb2c7bb9f171724bc97b1c163f52c0fd7 Author: Tomas Bzatek <tbzatek@redhat.com> Date: Wed Mar 24 17:00:21 2010 +0100 Don't crash when hiding search bar with no text Happens in browser mode and only when search results pane is displayed