diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-25 15:02:03 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-25 15:02:03 -0500 |
commit | 6bbfe3a79da52a5d03224bdb66faf0d41385158d (patch) | |
tree | 3b07bf8d3cb5c411adf5cc0752b8717c9aa17501 /tests | |
parent | 34c756aa7a894ee9c12f3dce0b4ae6e4ac6a30a8 (diff) | |
download | ayatana-indicator-power-6bbfe3a79da52a5d03224bdb66faf0d41385158d.tar.gz ayatana-indicator-power-6bbfe3a79da52a5d03224bdb66faf0d41385158d.tar.bz2 ayatana-indicator-power-6bbfe3a79da52a5d03224bdb66faf0d41385158d.zip |
make Jenkins happy
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-indicator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-indicator.cc b/tests/test-indicator.cc index 3e9d97b..c3f502a 100644 --- a/tests/test-indicator.cc +++ b/tests/test-indicator.cc @@ -72,8 +72,8 @@ class IndicatorTest : public ::testing::Test virtual void TearDown() { - g_clear_object (&battery_device); - g_clear_object (&ac_device); + g_object_unref (battery_device); + g_object_unref (ac_device); } }; |