| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,6 +37,10 @@ public static PyType Initialize() | |||
| 37 | 37 | ||
| 38 | 38 | public static void Release() | |
| 39 | 39 | { | |
| 40 | + if (Runtime.HostedInPython) | ||
| 41 | + { | ||
| 42 | + _metaSlotsHodler.ResetSlots(); | ||
| 43 | + } | ||
| 40 | 44 | PyCLRMetaType.Dispose(); | |
| 41 | 45 | } | |
| 42 | 46 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments