mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Sets slots to none has no effect on memory as long as __dict__ isn't instanciated
This commit is contained in:
@@ -128,8 +128,6 @@ class ObjectInterface(metaclass=abc.ABCMeta):
|
||||
"""A base object required to be the ancestor of every object used in
|
||||
volatility."""
|
||||
|
||||
__slots__ = ()
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
context: "interfaces.context.ContextInterface",
|
||||
|
||||
Reference in New Issue
Block a user