520b82d6
by Francis De Brabandere at 2026-04-15T21:59:54+02:00
vbscript: Fix crash when GetRef is called as a statement.
Global_GetRef() wrote to *res unconditionally. Callers that discard
the return value (`Call GetRef("name")` or bare-call form) pass NULL,
which segfaults on Wine but runs cleanly on Windows.