<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909955</guid>
        <pubDate>Tue, 25 Mar 2008 09:17:32 +0000</pubDate>
        <title>что значит SomeClass::`scalar deleting destructor&amp;#39;()?</title>
        <link>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909955</link>
        <description><![CDATA[Alek86: ясно, спасибо<br>это и хотелось уяснить :)]]></description>
        <author>Alek86</author>
        <category>Visual C++ / MFC / WTL</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909853</guid>
        <pubDate>Tue, 25 Mar 2008 08:05:13 +0000</pubDate>
        <title>что значит SomeClass::`scalar deleting destructor&amp;#39;()?</title>
        <link>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909853</link>
        <description><![CDATA[Hryak: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=229378&view=findpost&p=1909837'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Alek86 &#064; <time class="tag-quote__quoted-time" datetime="2008-03-25T07:57:11+00:00">25.03.08, 07:57</time></span><div class='quote '>то есть это обычный деструктор?</div></div><br>
Это не обычный деструктор (я уже писал тут, но сообщение куда-то пропало.  :wacko: )<br>
Это код, который вызывается по delete p - в нем сначала вызывается деструктор, затем operator delete.<br>
Есть еще ::`vector deleting destructor&#39; - аналогично для delete [] p: деструкторы в цикле и operator delete []]]></description>
        <author>Hryak</author>
        <category>Visual C++ / MFC / WTL</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909837</guid>
        <pubDate>Tue, 25 Mar 2008 07:57:11 +0000</pubDate>
        <title>что значит SomeClass::`scalar deleting destructor&amp;#39;()?</title>
        <link>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909837</link>
        <description><![CDATA[Alek86: <strong class='tag-b'>Hsilgos</strong>, то есть это обычный деструктор?<br>
но проблема втом, что код для деструктора у меня есть... почему же пытается перейти в ассемблер?]]></description>
        <author>Alek86</author>
        <category>Visual C++ / MFC / WTL</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909636</guid>
        <pubDate>Mon, 24 Mar 2008 21:12:28 +0000</pubDate>
        <title>что значит SomeClass::`scalar deleting destructor&amp;#39;()?</title>
        <link>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909636</link>
        <description><![CDATA[Hsilgos: <strong class='tag-b'>Alek86</strong><br>
У тебя в классе MGuiProfileMagics деструктор, при срабатывании которого вылазит исключение]]></description>
        <author>Hsilgos</author>
        <category>Visual C++ / MFC / WTL</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909597</guid>
        <pubDate>Mon, 24 Mar 2008 20:10:34 +0000</pubDate>
        <title>что значит SomeClass::`scalar deleting destructor&amp;#39;()?</title>
        <link>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909597</link>
        <description><![CDATA[Cartman: Скорее всего неправильная работа с динамической памятью - всем new должны соответствовать свои delete]]></description>
        <author>Cartman</author>
        <category>Visual C++ / MFC / WTL</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909002</guid>
        <pubDate>Mon, 24 Mar 2008 10:56:51 +0000</pubDate>
        <title>что значит SomeClass::`scalar deleting destructor&amp;#39;()?</title>
        <link>https://forum.sources.ru/index.php?showtopic=229378&amp;view=findpost&amp;p=1909002</link>
        <description><![CDATA[Alek86: прога у меня вылетает с ошибкой:<br>
<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>Windows has triggered a breakpoint in Magicsd.exe.<br>
<br>
This may be due to a corruption of the heap, and indicates a bug in Magicsd.exe or any of the DLLs it has loaded.<br>
<br>
The output window may have more diagnostic information</div></div><br>
<br>
как я понимаю, из-за двойного delete (если неправильно понимаю, прошу поправить)<br>
<br>
при этом в окне Call Stack встречается строка<br>
<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>Magicsd.exe&#33;MGuiProfileMagics::`scalar deleting destructor&#39;()  + 0x33 bytes</div></div><br>
<br>
причем при попытке перехода на нее говорится, что сорс-кода для нее нет и предлагает окунуться в асм.<br>
<br>
Что это за зверь такой?]]></description>
        <author>Alek86</author>
        <category>Visual C++ / MFC / WTL</category>
      </item>
	
      </channel>
      </rss>
	