Release JSON handles in SCAN_SERVICES
This commit is contained in:
committed by
Tucker Chase (CSC FI SPS MESLEO)
parent
490bfe21d4
commit
49e77a769f
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user