Opened 16 years ago

Closed 15 years ago

#866 closed Bugs (fixed)

two memory leaks in boost threads

Reported by: nobody Owned by: glassfordm
Milestone: Component: threads
Version: None Severity:
Keywords: Cc:

Description

(In both these instances, the heap memory is never deleted)

tss_hooks.cpp:29
threadmon_mutex = new boost::mutex

mutex.inl:55
LPCRITICAL_SECTION critical_section = new CRITICAL_SECTION

Change History (1)

comment:1 by Anthony Williams, 15 years ago

Resolution: Nonefixed
Status: assignedclosed

This is already fixed in 1.34

Note: See TracTickets for help on using tickets.