Browse CVS Repository
Diff of /malonnote/mnModel.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 118 |
wxString* fileName = new wxString(); |
wxString* fileName = new wxString(); |
| 119 |
char* tokenList[MAX_TOKEN]; |
char* tokenList[MAX_TOKEN]; |
| 120 |
bool cont; |
bool cont; |
| 121 |
wxProgressDialog* progBar; |
wxProgressDialog* progBar = NULL; |
| 122 |
|
|
| 123 |
memset(tokenList, 0, sizeof(char*)*MAX_TOKEN); |
memset(tokenList, 0, sizeof(char*)*MAX_TOKEN); |
| 124 |
tokenList[0] = ""; |
tokenList[0] = ""; |
| 149 |
cont = dir->GetNext(fileName); |
cont = dir->GetNext(fileName); |
| 150 |
} |
} |
| 151 |
|
|
| 152 |
delete progBar; |
if (progBarFlag) { |
| 153 |
|
delete progBar; |
| 154 |
|
} |
| 155 |
delete dir; |
delete dir; |
| 156 |
delete fileName; |
delete fileName; |
| 157 |
} |
} |
|
|
Legend:
| Removed from v.1.34 |
|
| changed lines |
| |
Added in v.1.35 |
|
|
|