#949 closed Bug (fixed)
memory leak in limthd_dif
Reported by: | rblod | Owned by: | nemo |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | LIM3 | Version: | v3.4 |
Severity: | Keywords: | LIM* v3.4 | |
Cc: |
Description
With LIM3, we use wrk_alloc in limthd_dif to allocate arrays which dimensions can change from one timestep to another depending on ice cover, so we potentially create as many work arrays as we have ice time steps. It makes LIM3 totally unusable in version 3.4. Solution is to come back to automatic arrays, at least in this routine.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3351 | rblod | 2012-04-11T14:16:00+02:00 | Come bacl to automatic arrays in limthd_dif see ticket #949 |
Change History (7)
comment:1 Changed 13 years ago by rblod
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by nicolasmartin
- Milestone 2012 Stream 1: User Interfaces deleted
Milestone 2012 Stream 1: User Interfaces deleted
comment:3 Changed 9 years ago by nicolasmartin
- Keywords limthd_dif removed
comment:4 Changed 7 years ago by nemo
- Keywords LIM* added
comment:5 Changed 7 years ago by nemo
- Keywords release-3.4* added
comment:6 Changed 7 years ago by nemo
- Keywords release-3.4* removed
comment:7 Changed 3 years ago by nemo
- Keywords v3.4 added
Note: See
TracTickets for help on using
tickets.
Fix in changeset:3351