wxWidgets/tests/graphics
Vadim Zeitlin f3b5cc32fa Fix recently introduced crash in ClippingBoxTestCase
Commit fc7f20c419 did fix a memory leak in
this test case, but at the price of introducing a crash due to deleting
the same pointer twice.

The real fix would be to change the code here to avoid returning a
pointer which sometimes needs to be deleted and sometimes must not, but
for now just add a crude check to avoid crashing.
2017-11-14 00:41:31 +01:00
..
affinematrix.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
bitmap.cpp Disable antialiasing in unit test 2017-04-14 09:15:04 +02:00
boundingbox.cpp Fix DrawPoint() test 2017-11-05 09:35:43 -08:00
clippingbox.cpp Fix recently introduced crash in ClippingBoxTestCase 2017-11-14 00:41:31 +01:00
colour.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
ellipsization.cpp Fix ellipsization unit test when using pixel scaling 2016-02-26 15:09:39 +01:00
graphmatrix.cpp Add test suite to check wxGraphicsMatrix operations 2016-09-18 23:09:44 +02:00
measuring.cpp Fix some memory leaks in the tests 2017-10-01 09:41:49 -07:00