~compiz-team/compiz/compiz.fix_1041310

« back to all changes in this revision

Viewing changes to src/timer/tests/test-timer.h

Make valgrind shut up about some known "leaks" in python and glib.
Fix some leaks in the tests in the process.. Fixes: . Approved by Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    CompTimerTest ();
45
45
    virtual ~CompTimerTest ();
46
46
 
47
 
    virtual void SetUp();
 
47
    virtual void SetUp ();
48
48
 
49
49
    Glib::RefPtr <Glib::MainContext> mc;
50
50
    Glib::RefPtr <Glib::MainLoop> ml;
51
 
    Glib::RefPtr <CompTimeoutSource> ts;
 
51
    CompTimeoutSource *ts;
52
52
    std::deque <CompTimer *> timers;
53
53
 
54
54
    int lastTimerTriggered;