Issue 112898

Summary: linguistic: leak in linguistic
Product: Writer Reporter: caolanm
Component: codeAssignee: caolanm
Status: CLOSED FIXED QA Contact: issues@sw <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m84   
Target Milestone: 3.4.0   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
like so none

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