Opened 15 years ago
Closed 15 years ago
#1206 closed defect (fixed)
Small memory leaks in MgServerRenderingService
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | low | Milestone: | 2.3 |
Component: | General | Version: | 2.2.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
MgServerRenderingService allocates renderers on the heap and uses them. But if an exception occurs the renderer does not get deleted.
Note:
See TracTickets
for help on using tickets.
Fixed in trunk with r4438.