Changeset 12 for trunk/src/helpers/prfh2.c
- Timestamp:
- Nov 4, 2000, 8:55:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/prfh2.c
r8 r12 622 622 } 623 623 624 if ( (Profiles.pszSysName) 625 && (Profiles.pszUserName) 626 ) 627 { 624 if (Profiles.pszSysName) 628 625 free(Profiles.pszSysName); 626 if (Profiles.pszUserName) 629 627 free(Profiles.pszUserName); 630 }631 628 632 629 if (fLog)
Note:
See TracChangeset
for help on using the changeset viewer.