mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0 added missing transaction to DBTrace constructor
This commit is contained in:
parent
ef93801aa1
commit
cd4452ace9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public class DBTrace extends DBCachedDomainObjectAdapter implements Trace, Trace
|
|||
super(dbh, openMode, monitor, "Untitled", DB_TIME_INTERVAL, DB_BUFFER_SIZE, consumer);
|
||||
this.storeFactory = new DBCachedObjectStoreFactory(this);
|
||||
|
||||
try {
|
||||
try (Transaction tx = this.openTransaction("Create")) {
|
||||
initOptions(openMode);
|
||||
init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue