mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Fix null ptr exception in ingest restart dialog
This commit is contained in:
parent
3b90fe9d88
commit
4e9898f52c
@ -99,6 +99,7 @@ public class IngestDialog extends JDialog {
|
||||
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
panel.setImage(image);
|
||||
panel.save();
|
||||
close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user