~unity-team/unity/trusty-1066971

« back to all changes in this revision

Viewing changes to tests/test_resultviewgrid.cpp

  • Committer: Eleni Maria Stea
  • Date: 2013-11-06 11:21:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3597.
  • Revision ID: elenimaria.stea@canonical.com-20131106112143-zeryl57kwa3oc8gc
added virtual destructors in classes that have virtual methods
to prevent future memory leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
class TestResultViewGrid : public Test
49
49
{
50
50
public:
 
51
  virtual ~TestResultViewGrid() {}
 
52
 
51
53
  virtual void SetUp()
52
54
  {
53
55
    view = new NiceMock<MockResultViewGrid>();