Skip to content

Commit

Permalink
メモリリーク修正
Browse files Browse the repository at this point in the history
  • Loading branch information
zmatsuo authored and sempreff committed Jan 1, 2025
1 parent 1ff0de3 commit addef93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions teraterm/teraterm/commlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,8 @@ void CommClose(PComVar cv)
}
cv->ComID = INVALID_HANDLE_VALUE;
cv->PortType = 0;
free(cv->TitleRemoteW);
cv->TitleRemoteW = NULL;
}

void CommProcRRQ(PComVar cv)
Expand Down

0 comments on commit addef93

Please sign in to comment.