> I am using clone() metod for vectors. I am doing
> this in a loop sleeping for 1 minute. Doing cloning
> will cause any memory leak?
It shouldn't
> If not ,whta are the
> possible causes for memory leak?
You are still referencing old objects, or you are keeping resources open. e.g. connections, streams etc.