~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/dbus-server.c

  • Committer: Osmo Antero
  • Date: 2012-09-29 18:12:44 UTC
  • Revision ID: osmoma@gmail.com-20120929181244-gmrxd5xww9pua60a
Support new systems; Ubuntu 12.10, Fedora 18. Improved timer and VAD-modules. Better gst-pipeline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
        g_variant_unref(value);
296
296
    }
297
297
 
298
 
    if (argument) {
299
 
        g_variant_unref(argument);
300
 
    }
 
298
    //Notice: "argument" is floating and consumed by g_dbus_connection_call_sync().
 
299
    //if (argument)
 
300
    //  g_variant_unref(argument);
 
301
    //}
301
302
 
302
303
    if (connection) {
303
304
        g_object_unref(connection);