<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 119: gcc 64 warning, missing integer case  Cdisplay Dtor</title><link>https://sourceforge.net/p/pixie/bugs/119/</link><description>Recent changes to 119: gcc 64 warning, missing integer case  Cdisplay Dtor</description><atom:link href="https://sourceforge.net/p/pixie/bugs/119/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 16 Sep 2009 20:50:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pixie/bugs/119/feed.rss" rel="self" type="application/rss+xml"/><item><title>gcc 64 warning, missing integer case  Cdisplay Dtor</title><link>https://sourceforge.net/p/pixie/bugs/119/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Pixie 2.2.6 see  below ++ line : 194&lt;/p&gt;
&lt;p&gt;// Class                :   COptions::CDisplay&lt;br /&gt;
// Method               :   ~CDisplay&lt;br /&gt;
// Description          :   Dtor&lt;br /&gt;
// Return Value         :   -&lt;br /&gt;
// Comments             :&lt;br /&gt;
COptions::CDisplay::~CDisplay() {&lt;br /&gt;
if (outDevice  != NULL)  free(outDevice);&lt;br /&gt;
if (outName        != NULL)  free(outName);&lt;br /&gt;
if (outSamples  != NULL) free(outSamples);&lt;/p&gt;
&lt;p&gt;if (parameters != NULL) {&lt;br /&gt;
int i;&lt;br /&gt;
for (i=0;i&amp;lt;numParameters;i++) {&lt;br /&gt;
switch(parameters[i].type) {&lt;br /&gt;
++          case INTEGER_PARAMETER:&lt;br /&gt;
++          delete [] (int *) parameters[i].data;&lt;br /&gt;
++              break;&lt;br /&gt;
......&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stfree</dc:creator><pubDate>Wed, 16 Sep 2009 20:50:53 -0000</pubDate><guid>https://sourceforge.nete63dd7dc5487a1b8cf75a5a74709334fa3e44cf6</guid></item></channel></rss>