extensions/image-properties: Handle cancellation properly
Calling refresh_extension_model_pages() might cancel a pending IO operation and free the ImagesPropertiesModel. Bailout after being cancelled instead of using a freed data.
Calling refresh_extension_model_pages() might cancel a pending IO operation and free the ImagesPropertiesModel. Bailout after being cancelled instead of using a freed data.