[tracker/clientapi-2: 15/20] libtracker-client: Fixed crash passing the wrong user_data to async funcs
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/clientapi-2: 15/20] libtracker-client: Fixed crash passing the wrong user_data to async funcs
- Date: Thu, 14 Jan 2010 12:33:18 +0000 (UTC)
commit 8f9730e020b532120701021eae5d9f56b10632c1
Author: Martyn Russell <martyn lanedo com>
Date: Wed Jan 13 15:11:06 2010 +0000
libtracker-client: Fixed crash passing the wrong user_data to async funcs
src/libtracker-client/tracker.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libtracker-client/tracker.c b/src/libtracker-client/tracker.c
index 24aa6dc..9390af4 100644
--- a/src/libtracker-client/tracker.c
+++ b/src/libtracker-client/tracker.c
@@ -982,7 +982,7 @@ tracker_resources_sparql_update_async (TrackerClient *client,
call = org_freedesktop_Tracker1_Resources_sparql_update_async (private->proxy_resources,
query,
callback_with_void,
- callback);
+ cb);
cb->id = pending_call_new (client, private->proxy_resources, call);
@@ -1057,7 +1057,7 @@ tracker_resources_batch_sparql_update_async (TrackerClient *client,
call = org_freedesktop_Tracker1_Resources_batch_sparql_update_async (private->proxy_resources,
query,
callback_with_void,
- callback);
+ cb);
cb->id = pending_call_new (client, private->proxy_resources, call);
@@ -1097,7 +1097,7 @@ tracker_resources_batch_commit_async (TrackerClient *client,
call = org_freedesktop_Tracker1_Resources_batch_commit_async (private->proxy_resources,
callback_with_void,
- callback);
+ cb);
cb->id = pending_call_new (client, private->proxy_resources, call);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]