diff --git a/src/gs-screenshot-carousel.c b/src/gs-screenshot-carousel.c index 828a741ccd50490fb407d1b872f458f1dbeb276f..d3111afd4b08fa9fb639a35a7f78ab1e40db63a0 100644 --- a/src/gs-screenshot-carousel.c +++ b/src/gs-screenshot-carousel.c @@ -152,6 +152,7 @@ gs_screenshot_carousel_load_screenshots (GsScreenshotCarousel *self, GsApp *app, * thumbnails otherwise */ if (!is_online && !gs_screenshot_image_is_showing (GS_SCREENSHOT_IMAGE (ssimg))) { + g_object_ref_sink (ssimg); g_object_unref (ssimg); continue; }