Issue 112898 - linguistic: leak in linguistic
Summary: linguistic: leak in linguistic
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: DEV300m84
Hardware: All All
: P3 Trivial (vote)
Target Milestone: 3.4.0
Assignee: caolanm
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 20:11 UTC by caolanm
Modified: 2017-05-20 10:22 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
like so (4.79 KB, patch)
2010-07-02 20:11 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2010-07-02 20:11:16 UTC
SvcInfoArray is a vector of pointers, we're deleting the vectors, but not what
each pointer inside is pointing to. 

e.g. this should work, albeit over-clever
Comment 1 caolanm 2010-07-02 20:11:56 UTC
Created attachment 70374 [details]
like so
Comment 2 thomas.lange 2010-07-05 06:59:23 UTC
tl->cmc: Thanks for the patch.

Setting target to OOO 3.4 since LngSvcMgr is a one-instance service.
Comment 3 thomas.lange 2010-07-05 07:07:15 UTC
Fixed in CWS tl82.
Comment 4 thomas.lange 2010-09-13 08:33:28 UTC
tl->cmc: please verify this one. Thanks in advance!
Comment 5 caolanm 2010-09-13 08:52:05 UTC
looks good to me