Ticket #1264 (closed bug: fixed)
Memory leak on sub call
Reported by: | quietfanatic | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
This affects at least revision 42403.
The following loop shows a large memory leak when a sub is invoked. This leak makes running certain realtime applications impossible.
.sub 'main'
lab:
'foo'() goto lab
.end .sub 'foo' .end
Attachments
Change History
Note: See
TracTickets for help on using
tickets.