Issue 21439 - Memory leak in SwXTextSearch
Summary: Memory leak in SwXTextSearch
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-20 07:50 UTC by Oliver Specht
Modified: 2013-08-07 14:41 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Oliver Specht 2003-10-20 07:50:52 UTC
Calling the following macro eats memory.
sub memoryleak
    dim l as long
    for l = 1 to 50000
        oSD = thisComponent.createSearchDescriptor()
    next l   
end sub
Comment 1 Oliver Specht 2003-10-20 09:46:57 UTC
.
Comment 2 Oliver Specht 2003-10-28 09:07:22 UTC
Fixed in sw/source/core/unocore/unosrch.cxx in cws os23
Comment 3 Oliver Specht 2003-11-10 10:41:51 UTC
cws os23 is available on so-cwsserv01 wntmsci8 and unxlngi5.pro
Comment 4 stephan.wunderlich 2003-11-11 10:18:32 UTC
SW: part of src680/os23 => fixed
Comment 5 stephan.wunderlich 2003-11-11 10:19:03 UTC
SW: works in src680/os23 => verified
Comment 6 stephan.wunderlich 2003-12-01 10:43:51 UTC
SW: ok in src680_m16 => closed