mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
e07c83334d
11 changed files with 43 additions and 50 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
package help.screenshot;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
@ -58,9 +58,9 @@ public class VersionControlSlowScreenShots extends GhidraScreenShotGenerator {
|
|||
public void tearDown() throws Exception {
|
||||
|
||||
// super.tearDown(); don't do this; use our tool instead
|
||||
|
||||
frontEnd.dispose();
|
||||
|
||||
if (frontEnd != null) {
|
||||
frontEnd.dispose();
|
||||
}
|
||||
showResults();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue