◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
5 changes: 3 additions & 2 deletions src/runtime/intern.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ public static void Initialize()

public static void Shutdown()
{
foreach (var ptr in _intern2strings.Keys)
{
Runtime.XDecref(ptr);
}
_string2interns = null;
_intern2strings = null;
Expand Down
Toggle all file notes Toggle all file annotations