Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com>
* shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
pixbuf iff it exists.
+Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
+ pixbuf iff it exists.
+
Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com>
* shell/*:
gfloat scale)
{
if (new_selection_pixbuf_needed (pixbuf_cache, job_info, page, scale)) {
- g_object_unref (job_info->selection);
+ if (job_info->selection)
+ g_object_unref (job_info->selection);
job_info->selection = NULL;
job_info->selection_points.x1 = -1;
}