[gnome-builder] libide: squash warning
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide: squash warning
- Date: Mon, 23 Mar 2015 23:37:55 +0000 (UTC)
commit 7893fbc11b1146380d2a7d69a8416bce5476d968
Author: Christian Hergert <christian hergert me>
Date: Wed Feb 18 19:26:35 2015 -0800
libide: squash warning
libide/pygobject/ide-pygobject-script.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/pygobject/ide-pygobject-script.c b/libide/pygobject/ide-pygobject-script.c
index a2fa998..1c93232 100644
--- a/libide/pygobject/ide-pygobject-script.c
+++ b/libide/pygobject/ide-pygobject-script.c
@@ -120,7 +120,7 @@ ide_pygobject_script_load (IdeScript *script)
PyObject *module_dir = NULL;
PyObject *retval;
PyObject *pycontext = NULL;
- PyObject *code;
+ PyObject *code = NULL;
PyGILState_STATE state;
g_return_if_fail (IDE_IS_PYGOBJECT_SCRIPT (self));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]