Changeset 927 for trunk/dll/notebook.c
- Timestamp:
- Jan 17, 2008, 3:22:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r923 r927 202 202 NormalizeCmdLine(pszWorkBuf, szCLBuf); 203 203 memcpy(virus, pszWorkBuf, strlen(pszWorkBuf) + 1); 204 xfree(pszWorkBuf); 204 205 if (!strchr(virus, '%') && strlen(virus) > 3) 205 206 strcat(virus, " %p"); … … 493 494 strcat(bined, " %a"); 494 495 } 496 xfree(pszWorkBuf); 495 497 PrfWriteProfileString(fmprof, appname, "Viewer", viewer); 496 498 PrfWriteProfileString(fmprof, appname, "Editor", editor); … … 685 687 memcpy(mailrun, pszWorkBuf, strlen(pszWorkBuf) + 1); 686 688 } 689 xfree(pszWorkBuf); 687 690 PrfWriteProfileString(fmprof, appname, "HttpRunDir", httprundir); 688 691 PrfWriteProfileString(fmprof, appname, "FtpRunDir", ftprundir); … … 1283 1286 strcat(compare, " %a"); 1284 1287 } 1288 xfree(pszWorkBuf); 1285 1289 PrfWriteProfileString(fmprof, appname, "Compare", compare); 1286 1290 break;
Note:
See TracChangeset
for help on using the changeset viewer.