[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Patch - unused variable, unneeded allocations

From: Dmitry <wipedout_at_yandex.ru>
Date: Fri, 25 Feb 2011 10:32:46 +0300

Hey.

Attached is an untested patch that addresses:
- unused variable
- heap allocation where stack allocation is enough
- std::wstring usage where const TCHAR* is enough
- checking for null pointer after new

Best wishes.
Dmitry.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2707376

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2011-02-25 08:32:53 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.