Skip to content

Commit

Permalink
The value of a ref_list is at the heap
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMertes committed Jan 25, 2024
1 parent 60795a3 commit dc9a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/comp/type.s7i
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const func boolean: valueIsAtHeap (in type: aType) is func
const set of category: heapCategories is {
BIGINTOBJECT, STRIOBJECT, BSTRIOBJECT, FILEOBJECT, WINOBJECT,
PROCESSOBJECT, PROGOBJECT, DATABASEOBJECT, SQLSTMTOBJECT, SETOBJECT,
ARRAYOBJECT, STRUCTOBJECT, HASHOBJECT, INTERFACEOBJECT};
ARRAYOBJECT, STRUCTOBJECT, HASHOBJECT, INTERFACEOBJECT, REFLISTOBJECT};
begin
if aType in typeCategory and typeCategory[aType] in heapCategories then
isAtHeap := TRUE;
Expand Down

0 comments on commit dc9a14f

Please sign in to comment.