Sync trunk.
[reactos.git] / dll / win32 / jscript / jscript.c
index 9a516aa..c7c77e3 100644 (file)
@@ -71,6 +71,7 @@ void script_release(script_ctx_t *ctx)
         return;
 
     jsheap_free(&ctx->tmp_heap);
+    SysFreeString(ctx->last_match);
     heap_free(ctx);
 }