memory init

svn-id: r7743
This commit is contained in:
Max Horn 2003-05-20 16:43:28 +00:00
parent 733326b727
commit dab0e4308e

View File

@ -39,13 +39,11 @@ BrowserDialog::BrowserDialog(NewGui *gui, const char *title)
: Dialog(gui, 20, 10, 320 -2 * 20, 200 - 2 * 10), : Dialog(gui, 20, 10, 320 -2 * 20, 200 - 2 * 10),
_node(0), _nodeContent(0) { _node(0), _nodeContent(0) {
#ifdef __PALM_OS__
_fileList = NULL; _fileList = NULL;
_currentPath = NULL; _currentPath = NULL;
_node = NULL; _node = NULL;
_nodeContent = NULL; _nodeContent = NULL;
_choice = NULL; _choice = NULL;
#endif
// Headline - TODO: should be customizable during creation time // Headline - TODO: should be customizable during creation time
new StaticTextWidget(this, 10, 8, _w-2 * 10, kLineHeight, title, kTextAlignCenter); new StaticTextWidget(this, 10, 8, _w-2 * 10, kLineHeight, title, kTextAlignCenter);