Mercurial > hg > svgui
log
age | author | description |
---|---|---|
Wed, 03 Sep 2014 12:05:45 +0100 | Chris Cannam | Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan) |
Wed, 03 Sep 2014 12:04:22 +0100 | Chris Cannam | Fix some potential null-pointer derefs, and simplify some logic where loops were used with an unconditional "break" that meant they could only happen once (from coverity scan) |
Wed, 03 Sep 2014 11:53:43 +0100 | Chris Cannam | Fix some potential divide by zeros (from coverity scan) |
Wed, 03 Sep 2014 11:51:51 +0100 | Chris Cannam | Fix minor resource leak (from coverity scan) |
Wed, 03 Sep 2014 11:49:31 +0100 | Chris Cannam | Clarify some sneaky logic |
Wed, 03 Sep 2014 11:48:18 +0100 | Chris Cannam | Fix uninitialised variable (from coverity scan) |