]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-pixbuf-cache.c
Fix typo.
[evince.git] / shell / ev-pixbuf-cache.c
index 1b6966d39b733e2ede96ab3a39043a27b397bd16..b780724887515fc98a3be7b6e033f3c747c350d9 100644 (file)
@@ -160,6 +160,10 @@ dispose_cache_job_info (CacheJobInfo *job_info,
                gdk_region_destroy (job_info->selection_region);
                job_info->selection_region = NULL;
        }
+       if (job_info->rc) {
+               g_object_unref (G_OBJECT (job_info->rc));
+               job_info->rc = NULL;
+       }
 
        job_info->selection_points.x1 = -1;
        job_info->new_points.x1 = -1;