mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-1758 Corrected improper cloning for CategoryDB.addDataType
This commit is contained in:
parent
373c7d0ed2
commit
d6cf7a97f5
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class CategoryDB extends DatabaseObject implements Category {
|
|||
try {
|
||||
checkDeleted();
|
||||
if (!getCategoryPath().equals(dt.getCategoryPath())) {
|
||||
dt = dt.clone(dt.getDataTypeManager());
|
||||
dt = dt.clone(mgr);
|
||||
try {
|
||||
dt.setCategoryPath(getCategoryPath());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue