Fixed crash on image save using command line mode
(e.g. RT.exe c:\mypic.raw); see issue #678
This commit is contained in:
@@ -59,6 +59,8 @@ RTWindow::RTWindow ()
|
||||
add (*epanel);
|
||||
show_all ();
|
||||
|
||||
pldBridge=NULL; // No progress listener
|
||||
|
||||
CacheManager* cm = CacheManager::getInstance();
|
||||
Thumbnail* thm= cm->getEntry( argv1 );
|
||||
if(thm){
|
||||
|
Reference in New Issue
Block a user