Re: [Iup-users] CID 341005 (#1 of 1): Explicit null dereferenced (FORWARD_NULL)

2019-05-28 Thread Antonio Scuri
Fixed and committed to SVN. Em sáb, 25 de mai de 2019 às 09:11, Ranier VF escreveu: > Hi, > --- ..\..\a\srcfiledlg\iupwin_newfiledlg.cppFri Sep 14 17:33:33 2018 > +++ iupwin_newfiledlg.cpp Sat May 25 09:09:00 2019 > @@ -719,7 +719,7 @@ > psiResult->Release(); >} >

[Iup-users] CID 341005 (#1 of 1): Explicit null dereferenced (FORWARD_NULL)

2019-05-25 Thread Ranier VF
Hi, --- ..\..\a\srcfiledlg\iupwin_newfiledlg.cppFri Sep 14 17:33:33 2018 +++ iupwin_newfiledlg.cpp Sat May 25 09:09:00 2019 @@ -719,7 +719,7 @@ psiResult->Release(); } } -else +else if (opfd != NULL) { IShellItemArray *psiaResult; Best regards, R