Bug 3135 - fix FLTK font memory leaks
Summary: fix FLTK font memory leaks
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: 2.1.0
Hardware: PC All
: P2 Normal
Target Milestone: MediumPrio
Assignee: Pierre Ossman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 16:01 CEST by Pierre Ossman
Modified: 2014-10-14 16:45 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2009-05-07 16:01:37 CEST
We have a few memory leaks in tlclient. We should try to fix these.

==17986== LEAK SUMMARY:
==17986==    definitely lost: 1,332 bytes in 18 blocks.
==17986==    indirectly lost: 23,645 bytes in 100 blocks.
==17986==      possibly lost: 8,685 bytes in 1 blocks.
==17986==    still reachable: 105,107 bytes in 529 blocks.
==17986==         suppressed: 0 bytes in 0 blocks.
Comment 1 Pierre Ossman cendio 2010-04-30 14:04:02 CEST
Fixed most of these. What remains is a strdup() for putenv() (don't think we can get rid of that one), and a few leaks in FLTK for its font handling.

Note You need to log in before you can comment on or make changes to this bug.