Memory leak
while(data.next()){Order orderObj = new Order();..........orderList.add(orderObj);}In one of the method I have the above code. I see that there is a memory leak at lineOrder orderObj = new Order();how can this be fixed? Thanks.
[290 byte] By [
Rxyza] at [2007-11-26 20:09:40]
