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);
|
add (*epanel);
|
||||||
show_all ();
|
show_all ();
|
||||||
|
|
||||||
|
pldBridge=NULL; // No progress listener
|
||||||
|
|
||||||
CacheManager* cm = CacheManager::getInstance();
|
CacheManager* cm = CacheManager::getInstance();
|
||||||
Thumbnail* thm= cm->getEntry( argv1 );
|
Thumbnail* thm= cm->getEntry( argv1 );
|
||||||
if(thm){
|
if(thm){
|
||||||
|
Reference in New Issue
Block a user