From 49e77a769f2b4ec3994205ab3978257596c1473c Mon Sep 17 00:00:00 2001 From: Chase Tucker Date: Fri, 18 Jul 2025 09:31:19 -0700 Subject: [PATCH] Release JSON handles in SCAN_SERVICES --- LSL2/STPROC/SCAN_SERVICES.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index 6c9e9fb..c4372c3 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -1746,6 +1746,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) ParsingResult = SRP_JSON(TWLotJSON, 'Parse', TW_Lot_JSON) If ParsingResult EQ '' then SRP_JSON(objJSONScan, 'Set', 'testWaferLots', TWLotJSON) + SRP_JSON(TWLotJSON, 'Release') end end end @@ -1790,6 +1791,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) ParsingResponse = SRP_JSON(hTRTypeOpts, 'Parse', TestRunTypeOptionsJson) If ParsingResponse EQ '' then SRP_JSON(objJSONScan, 'Set', 'testRunTypeOptions', hTRTypeOpts) + SRP_JSON(hTRTypeOpts, 'Release') end end end @@ -1832,6 +1834,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) ParsingResult = SRP_JSON(hEmployeeJson, 'Parse', EmployeeJson) If ParsingResult EQ '' then SRP_JSON(objJSONScan, 'Set', 'employee', hEmployeeJson) + SRP_JSON(hEmployeeJson, 'Release') end end @@ -2399,10 +2402,3 @@ ClearCursors: return - - - - - - -