diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_process.py')
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_process.py b/lldb/test/python_api/default-constructor/sb_process.py index d80d8feaf12..a54dae2331c 100644 --- a/lldb/test/python_api/default-constructor/sb_process.py +++ b/lldb/test/python_api/default-constructor/sb_process.py @@ -40,3 +40,4 @@ def fuzz_obj(obj): obj.GetDescription(lldb.SBStream()) obj.LoadImage(lldb.SBFileSpec(), error) obj.UnloadImage(0) + obj.Clear() |