Segfault when closing rt immediately after using batch edit, fixes #4806

This commit is contained in:
heckflosse 2018-09-15 14:48:51 +02:00
parent c3fbaafc9a
commit 04b2d42d46

View File

@ -211,6 +211,9 @@ void FileBrowserEntry::procParamsChanged (Thumbnail* thm, int whoChangedIt)
void FileBrowserEntry::updateImage (rtengine::IImage8* img, double scale, rtengine::procparams::CropParams cropParams) void FileBrowserEntry::updateImage (rtengine::IImage8* img, double scale, rtengine::procparams::CropParams cropParams)
{ {
if (!feih) {
return;
}
redrawRequests++; redrawRequests++;
feih->pending++; feih->pending++;