Open
Bug 1240784
Opened 9 years ago
Updated 8 years ago
Investigate and fix memory leaks
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
REOPENED
People
(Reporter: dylan, Unassigned)
References
(Depends on 2 open bugs)
Details
The aim of this bug is to resolve this and similar memory leaks detectable with Devel::MAT.
Reporter | ||
Comment 1•9 years ago
|
||
I think we can resolve many of them by making it a rule that something that inherits from Bugzilla::Object never contain another Bugzilla::Object. We do this for performance reasons, but in this case a caching layer is what we actually want -- and we have memcache.
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•