Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/filesys_log.cpp

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

revision 7526 by zmatsuo, Thu Mar 28 16:38:29 2019 UTC revision 7541 by zmatsuo, Mon Apr 1 13:50:47 2019 UTC
# Line 340  void FreeFileVar(PFileVar *fv) Line 340  void FreeFileVar(PFileVar *fv)
340          {          {
341                  CloseFileSync(*fv);                  CloseFileSync(*fv);
342                  //if ((*fv)->FileOpen) _lclose((*fv)->FileHandle);                  //if ((*fv)->FileOpen) _lclose((*fv)->FileHandle);
343                  if ((*fv)->FnStrMemHandle>0)                  if ((*fv)->FnStrMemHandle != 0)
344                  {                  {
345                          GlobalUnlock((*fv)->FnStrMemHandle);                          GlobalUnlock((*fv)->FnStrMemHandle);
346                          GlobalFree((*fv)->FnStrMemHandle);                          GlobalFree((*fv)->FnStrMemHandle);

Legend:
Removed from v.7526  
changed lines
  Added in v.7541

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