mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-15 00:22:16 +00:00
Merge remote-tracking branch
'origin/GP-4524_ghidra1_DisassociateTransaction' into patch (Closes #6424)
This commit is contained in:
commit
bf01521402
@ -156,7 +156,7 @@ public class DisassociateAction extends DockingAction {
|
||||
List<DataTypeSyncInfo> typesToDisassociate, List<DataTypeSyncInfo> allAssociatedTypes,
|
||||
TaskMonitor monitor) throws CancelledException {
|
||||
|
||||
synchronizer.openTransactions();
|
||||
int txId = dtm.startTransaction("Disassociate from Archive");
|
||||
try {
|
||||
|
||||
monitor.initialize(typesToDisassociate.size());
|
||||
@ -172,7 +172,7 @@ public class DisassociateAction extends DockingAction {
|
||||
|
||||
}
|
||||
finally {
|
||||
synchronizer.closeTransactions();
|
||||
dtm.endTransaction(txId, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user