Re: Hungry app
Re: Hungry app
- Subject: Re: Hungry app
- From: Axel Luttgens <email@hidden>
- Date: Fri, 04 Jan 2013 10:09:25 +0100
Le 4 janv. 2013 à 00:48, Shane Stanley a écrit :
> [...] The use of "last word" seems problematic. [...]
Hello Shane,
Fine, it seems you've nailed it.
No memory leaks with this reference script:
set S to "aaa bbb ccc"
repeat
set W to S
delay 1
end repeat
But with this one, exactly the same kind of memory leaks (as reported by leaks(1)) occur as with the excerpt of Jörgen's script:
set S to "aaa bbb ccc"
repeat
set W to last word of S
delay 1
end repeat
This is quite serious and probably ripe for a bug report.
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden