Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2004, 3:05:28 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/console: fixed compile error, and segmentation fault from 'free entryText' in submit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/orxonox_console_entry.cc

    r1880 r1881  
    2727#include "orxonox_console_entry.h"
    2828
    29 OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log)
    30 {
     29/*OrxonoxConsoleEntry::OrxonoxConsoleEntry(OrxonoxConsoleLog* log)
     30  {
    3131  consoleLog = log;
    32 }
     32  }*/
    3333
    3434GtkWidget* OrxonoxConsoleEntry::createEntry()
     
    6262
    6363  gtk_entry_set_text(GTK_ENTRY(data),"");
    64   free (entryText);
     64  // freen entryText;
    6565  return;
    6666}
Note: See TracChangeset for help on using the changeset viewer.