6 lines
148 B
Smalltalk
6 lines
148 B
Smalltalk
|
|
handle := ExternalBytes unprotectedNew:size
|
||
|
|
...
|
||
|
|
handle := nil "or no longer reachable"
|
||
|
|
...
|
||
|
|
memory will be freed by the garbage collector eventually
|