GNOME Bugzilla – Bug 139408
core dump in open_button_pressed_cb()
Last modified: 2009-08-15 18:40:50 UTC
When I hit return key on ggv-2.6.0, it dumps core. In src/ggv-window.c, open_button_pressed_cb() needs check for second argument. Because this function is called from line 907 and its second argument is NULL. reproduce the bug: ggv & (hit return key on ggv)
Created attachment 26445 [details] [review] add check for second argument of open_button_pressed_cb()
Adding the PATCH keyword.
applied; thanks for the patch!
*** Bug 147706 has been marked as a duplicate of this bug. ***
*** Bug 145890 has been marked as a duplicate of this bug. ***
*** Bug 146401 has been marked as a duplicate of this bug. ***
*** Bug 322760 has been marked as a duplicate of this bug. ***
*** Bug 344037 has been marked as a duplicate of this bug. ***