Windows 8 app memory leak calling web service -


we have app pulling information soap web service.

the web service called within loop pulling down items 30 @ time until has retrieved of items required.

we have noticed memory usage app grows each time make call web service , not released again.

i have added in code make sure objects set null once finished , included gc.collect() gc.waitforpendigfinalizers() gc.collect() @ end of loop clean memory waiting garbage collection.

has come across similar memory leaks in windows store app?

thanks


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -