Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10103 by zmatsuo, Sun Jul 31 15:26:32 2022 UTC revision 10115 by zmatsuo, Mon Aug 1 14:29:51 2022 UTC
# Line 4215  DllExport void TTSetUnInit(TTTSet *ts) Line 4215  DllExport void TTSetUnInit(TTTSet *ts)
4215                  &ts->BGImageFilePathW,                  &ts->BGImageFilePathW,
4216                  &ts->LogDefaultPathW,                  &ts->LogDefaultPathW,
4217                  &ts->MacroFNW,                  &ts->MacroFNW,
4218                    &ts->LogFNW,
4219          };          };
4220          int i;          int i;
4221          for(i = 0; i < _countof(ptr_list); i++) {          for(i = 0; i < _countof(ptr_list); i++) {
4222                  void **ptr = ptr_list[i];                  void **ptr = ptr_list[i];
4223                    _CrtIsValidHeapPointer(*ptr);
4224                  free(*ptr);                  free(*ptr);
4225                  *ptr = NULL;                  *ptr = NULL;
4226          }          }

Legend:
Removed from v.10103  
changed lines
  Added in v.10115

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26