Hi! I see a lot of Protobuf objects after I compil...
# kontributors
b
Hi! I see a lot of Protobuf objects after I compile a script (by calling the compiler). The biggest ones are of instances of
Protobuf.Type
. How to destroy them?
k
I assume they get gc'd eventually?
b
No, that's the problem
I have a major memory leak because of that
I call
disposable.dispose()
after I'm done with the result, but it doesn't destroy them