Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#189 closed defect (fixed)

pmesh.mesh is leaking

Reported by: duncan Owned by: duncan
Priority: normal Milestone:
Component: Efficiency and optimisation Version:
Severity: normal Keywords:
Cc:

Description

pmesh.mesh is leaking. The data structure returned from the c code is not released.

X:\anuga_core\source\anuga\shallow_water\benchmark_sww2dem.py shows this.

Change History (2)

comment:1 Changed 17 years ago by duncan

  • Resolution set to fixed
  • Status changed from new to closed

Not so sure there was a memory leak, since I was relying on gc.get_objects() to see the leak, instead of having a look at the actual memory consumption.

Anyhow, I deleted the lists in the dictionary that I thought were leaking. changeset[4668]

comment:2 Changed 17 years ago by duncan

There was a leak. changeset:4895 fixes the leak.

Note: See TracTickets for help on using tickets.