On Tuesday, 7 May 2013 at 23:14:20 UTC, Ali Çehreli wrote:
On 05/07/2013 04:09 PM, Matic Kukovec wrote:> Hi> When the program waits at "din.getc();", memory usage in the Task > Manager is 150MB. > > Why isn't the memory deallocating? > > P.S.; > I tried temp_array.clear() and destroy(temp_array), but nothing changed. GC.minimize() may work. Ali
Thanks for the quick reply, Ali. Tried it, no changes.