[anjuta] symbol-db: Fixed a silly crash.
- From: Naba Kumar <naba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] symbol-db: Fixed a silly crash.
- Date: Tue, 6 Apr 2010 20:12:22 +0000 (UTC)
commit 92cfefc9a72151f2353804cd544d91e798439bd3
Author: Naba Kumar <naba gnome org>
Date: Tue Apr 6 23:12:13 2010 +0300
symbol-db: Fixed a silly crash.
plugins/symbol-db/symbol-db-engine-queries.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/symbol-db/symbol-db-engine-queries.c b/plugins/symbol-db/symbol-db-engine-queries.c
index dd5c078..90cc0c0 100644
--- a/plugins/symbol-db/symbol-db-engine-queries.c
+++ b/plugins/symbol-db/symbol-db-engine-queries.c
@@ -1103,7 +1103,7 @@ select b.* from symbol a, symbol b where a.symbol_id = 348 and
gboolean offset_free = FALSE;
gchar *file_path = "";
gboolean file_path_free = FALSE;
- gchar *relative_path;
+ gchar *relative_path = NULL;
gint other_parameters;
const DynChildQueryNode *dyn_node = NULL;
GdaHolder *param;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]