Hey fellow coders 
This might be a dumb question ...
how do i free memory?
In particular my problem is:
AuctionRequestParams req = new AuctionRequestParams()
Initializes a new instance of the AuctionRequestParams class (right?)
but how do i delete this instance after done using it?
Second and more generally:
Wht stuff should be in "public void PluginStop()" i guess its called when i stop the plugin but wht would be good to do in there?
This might be a dumb question ...
how do i free memory?
In particular my problem is:
AuctionRequestParams req = new AuctionRequestParams()
Initializes a new instance of the AuctionRequestParams class (right?)
but how do i delete this instance after done using it?
Second and more generally:
Wht stuff should be in "public void PluginStop()" i guess its called when i stop the plugin but wht would be good to do in there?






