Hello,
here are some fixes.
RepositoryBrowser
- resource leak fixed
- possible crash fixed
BaseView
- usage of a temporary CString object fixed
- possible crash fixed (checking of m_pViewData implies it can be
NULL. SetViewData dereferences it.)
Tooltip
- unnecessary creation of a temporary CString object fixed
- minor efficiency improvement
LinkControl
- intentional fallthrough should be marked
HistoryCombo
- usage of a temporary CString object fixed
EditPropUserState
- probably a missing break. If not, it should be marked as intentional.
SubWCRev
- int32 overflow fixed (overflowed BEFORE converted to __int64 and
then compared to another __int64)
Cheers,
Abel
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Received on 2012-04-16 13:18:20 CEST