Here is my test case:
* start tclsh * package require MyPackage * call some functions from MyPackage
How I can release all resources that were used by MyPackage without closing tclsh?