Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5235 in orxonox.OLD


Ignore:
Timestamp:
Sep 24, 2005, 1:50:32 AM (19 years ago)
Author:
patrick
Message:

oroxnox/trunk: some small changes in the md2model to free some unused mem

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/orxonox.kdevelop

    r5229 r5235  
    1010    <projectdirectory>.</projectdirectory>
    1111    <absoluteprojectpath>false</absoluteprojectpath>
    12     <description></description>
     12    <description/>
    1313    <secondaryLanguages>
    1414      <language>C</language>
     
    2121      <directoryradio>build</directoryradio>
    2222      <customdirectory>/</customdirectory>
    23       <programargs></programargs>
     23      <programargs/>
    2424      <terminal>false</terminal>
    2525      <autocompile>true</autocompile>
     
    2828    <build>
    2929      <buildtool>make</buildtool>
    30       <builddir></builddir>
     30      <builddir/>
    3131    </build>
    3232    <make>
     
    3535      <prio>0</prio>
    3636      <dontact>false</dontact>
    37       <makebin></makebin>
    38       <makeoptions></makeoptions>
     37      <makebin/>
     38      <makeoptions/>
    3939      <selectedenvironment>default</selectedenvironment>
    4040      <environments>
     
    4646  <kdevdebugger>
    4747    <general>
    48       <dbgshell></dbgshell>
    49       <programargs></programargs>
    50       <gdbpath></gdbpath>
    51       <configGdbScript></configGdbScript>
    52       <runShellScript></runShellScript>
    53       <runGdbScript></runGdbScript>
     48      <dbgshell/>
     49      <programargs/>
     50      <gdbpath/>
     51      <configGdbScript/>
     52      <runShellScript/>
     53      <runGdbScript/>
    5454      <breakonloadinglibs>true</breakonloadinglibs>
    5555      <separatetty>false</separatetty>
     
    160160  <kdevdocumentation>
    161161    <projectdoc>
    162       <docsystem></docsystem>
    163       <docurl></docurl>
    164       <usermanualurl></usermanualurl>
     162      <docsystem/>
     163      <docurl/>
     164      <usermanualurl/>
    165165    </projectdoc>
    166166  </kdevdocumentation>
  • trunk/src/lib/graphics/importer/md2Model.cc

    r5087 r5235  
    309309MD2Data::~MD2Data()
    310310{
    311   delete [] fileName;
    312   delete [] skinFileName;
     311  delete [] this->fileName;
     312  delete [] this->skinFileName;
     313  delete this->header;
    313314
    314315  delete [] this->pVertices;
Note: See TracChangeset for help on using the changeset viewer.