Bug 7129 - Memory leak in unfsd
Summary: Memory leak in unfsd
Status: CLOSED DUPLICATE of bug 5302
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.9.0
Assignee: Pierre Ossman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-19 16:54 CET by Samuel Mannehed
Modified: 2018-03-20 10:28 CET (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2018-03-19 16:54:39 CET
Valgrind says:

==13426== 344 (336 direct, 8 indirect) bytes in 1 blocks are definitely lost in loss record 7 of 10
==13426==    at 0x4C2FB6B: malloc (vg_replace_malloc.c:299)
==13426==    by 0x4F8C4BE: svctcp_create (in /usr/lib64/libc-2.26.so)
==13426==    by 0x4046E3: create_tcp_transport (daemon.c:794)
==13426==    by 0x403077: main (daemon.c:934)

Looking at the code it seems like a tcp socket object isn't properly cleaned up.
Comment 1 Samuel Mannehed cendio 2018-03-20 10:28:17 CET

*** This bug has been marked as a duplicate of bug 5302 ***

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