cppcheck 1.44

C++用静的コード解析ツールのcppcheck 1.44がリリースされてました。
変更点は

Interface:
* command line: a -D command was added
* GUI: minor updates

New checks:
* (style) Redundant assignment (missing break in a switch block)
* (style) Empty catch blocks
* (error) Usage of iterator pointing to invalid memory after reserve
* (error) Detect common realloc-mistake that can cause memory leaks.

Improved checks:
* Memory leaks
* Buffer overruns
* Mismatching allocation / deallocation
* Bad iterators
* Uninitialized variables
* Null pointer dereference
* Unused variable

だそうです。
最近使ってないからどのくらい変わったか分からないけど、定期的にバージョンアップしてるってのはいいなぁ。