Closed
Bug 172450
Opened 23 years ago
Closed 23 years ago
Internet search results need to clear out old attributes
Categories
(SeaMonkey :: Search, defect)
SeaMonkey
Search
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
(Keywords: memory-footprint, memory-leak)
Attachments
(1 file)
|
1.95 KB,
patch
|
samir_bugzilla
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
When new internet search results come in, any old search result nodes were being
removed from RDF's graph... but any/all attributes hanging off of them were
still in the graph. If there are no other references to the search results
nodes, clear out any/all of the attributes... doing so prevents an
ever-increasing memory utilization as more and more web pages of search engines
are visited.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•23 years ago
|
||
Samir and Jag, can you guys r/sr this? It is a small patch. Thanks!
Comment 3•23 years ago
|
||
Comment on attachment 101587 [details] [diff] [review]
Patch
r=sgehani
Attachment #101587 -
Flags: review+
Comment 4•23 years ago
|
||
Comment on attachment 101587 [details] [diff] [review]
Patch
sr=jag with that TRUE -> PR_TRUE.
Attachment #101587 -
Flags: superreview+
| Assignee | ||
Updated•23 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•23 years ago
|
||
Fixed. Thanks for the reviews, gentlemen.
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•