<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dieser Memory Leak mein Problem?]]></title><description><![CDATA[<p>Hallo ich bekomme folgenden Memory Leak in meiner Anwendung die in QT/C++ geschrieben ist. Laut QT werden Heap-Objekte selbst gelöscht sobald das parent destroyed wird...ich habe also nirgends ein delete aufgerufen...</p>
<pre><code class="language-cpp">==6668== Invalid read of size 4
==6668==    at 0x1C546184: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C54658C: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C5C1FF6: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C422: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C337: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C6C4: __libc_freeres (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1B8FEA08: _vgw(float, long double,...)(...)(long double,...)(short) (vg_intercept.c:55)
==6668==    by 0x1C55A1C5: exit (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C54497D: __libc_start_main (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x804FAB0: ??? (start.S:102)
==6668==  Address 0x1C926080 is 32 bytes inside a block of size 60 free'd
==6668==    at 0x1B906B04: free (vg_replace_malloc.c:152)
==6668==    by 0x1C546D37: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C605902: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C6057A6: tdestroy (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C1C1: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C6C4: __libc_freeres (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1B8FEA08: _vgw(float, long double,...)(...)(long double,...)(short) (vg_intercept.c:55)
==6668==    by 0x1C55A1C5: exit (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C54497D: __libc_start_main (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x804FAB0: ??? (start.S:102)
</code></pre>
<p>ich kann hier nirgendwo ein file von mir finden. Ist dieser memory leak trotzdem mein Problem?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/152668/dieser-memory-leak-mein-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 04:08:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152668.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 08 Jul 2006 13:27:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to dieser Memory Leak mein Problem? on Sat, 08 Jul 2006 13:27:41 GMT]]></title><description><![CDATA[<p>Hallo ich bekomme folgenden Memory Leak in meiner Anwendung die in QT/C++ geschrieben ist. Laut QT werden Heap-Objekte selbst gelöscht sobald das parent destroyed wird...ich habe also nirgends ein delete aufgerufen...</p>
<pre><code class="language-cpp">==6668== Invalid read of size 4
==6668==    at 0x1C546184: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C54658C: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C5C1FF6: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C422: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C337: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C6C4: __libc_freeres (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1B8FEA08: _vgw(float, long double,...)(...)(long double,...)(short) (vg_intercept.c:55)
==6668==    by 0x1C55A1C5: exit (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C54497D: __libc_start_main (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x804FAB0: ??? (start.S:102)
==6668==  Address 0x1C926080 is 32 bytes inside a block of size 60 free'd
==6668==    at 0x1B906B04: free (vg_replace_malloc.c:152)
==6668==    by 0x1C546D37: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C605902: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C6057A6: tdestroy (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C1C1: (within /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C63C6C4: __libc_freeres (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1B8FEA08: _vgw(float, long double,...)(...)(long double,...)(short) (vg_intercept.c:55)
==6668==    by 0x1C55A1C5: exit (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x1C54497D: __libc_start_main (in /lib/tls/libc-2.3.2.so)
==6668==    by 0x804FAB0: ??? (start.S:102)
</code></pre>
<p>ich kann hier nirgendwo ein file von mir finden. Ist dieser memory leak trotzdem mein Problem?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1093902</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1093902</guid><dc:creator><![CDATA[gggoi]]></dc:creator><pubDate>Sat, 08 Jul 2006 13:27:41 GMT</pubDate></item></channel></rss>