Merge lp://staging/~asac/notify-osd/lp378193_tile_memleak into lp://staging/notify-osd/trunk
Proposed by
Alexander Sack
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~asac/notify-osd/lp378193_tile_memleak | ||||
Merge into: | lp://staging/notify-osd/trunk | ||||
Diff against target: | None lines | ||||
To merge this branch: | bzr merge lp://staging/~asac/notify-osd/lp378193_tile_memleak | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Notify OSD Developers | Pending | ||
Review via email: mp+9326@code.staging.launchpad.net |
Commit message
* fix LP: #378193 - huge memory leak in notify-osd; turned out the biggest share of
memory leak was due to tile objects not properly destroyed in bubble.c; refactoring code a bit
to prevent this in future
- update src/bubble.c
To post a comment you must log in.
* fix LP: #378193 - huge memory leak in notify-osd; turned out the biggest share of
memory leak was due to tile objects not properly destroyed in bubble.c; refactoring code a bit
to prevent this in future
- update src/bubble.c
(will upload to karmic asap)