[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Two possible leaks in your code
From: |
Aki Tossavainen |
Subject: |
Two possible leaks in your code |
Date: |
Tue, 24 Jun 2003 17:49:12 +0300 (EEST) |
While running valgrind on my software that depends on your libltdl.so, it
detected two possible leaks:
==5578== 12 bytes in 1 blocks are definitely lost in loss record 1 of 2
==5578== at 0x414D7948: malloc (vg_clientfuncs.c:103)
==5578== by 0x416D97CD: lt_emalloc (ltdl.c:1008)
==5578== by 0x416DA3AB: canonicalize_path (ltdl.c:2548)
==5578== by 0x416DACC6: try_dlopen (ltdl.c:3065)
==5578==
==5578== 27 bytes in 2 blocks are still reachable in loss record 2 of 2
==5578== at 0x414D7948: malloc (vg_clientfuncs.c:103)
==5578== by 0x416D97CD: lt_emalloc (ltdl.c:1008)
==5578== by 0x416DA3AB: canonicalize_path (ltdl.c:2548)
==5578== by 0x416DC7FF: lt_dlsetsearchpath (ltdl.c:4064)
This should help you locate the possible leaks on the source code. Please
inform me if you plan to do something about this, thank you.
Aki Tossavainen
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Two possible leaks in your code,
Aki Tossavainen <=