[gnome-builder/wip/libide] libide: squash warning
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/libide] libide: squash warning
- Date: Thu, 19 Feb 2015 03:26:39 +0000 (UTC)
commit d2f0b98d0c79b2b4af668ac007ea56eca765b07b
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]