summaryrefslogtreecommitdiff
path: root/libcaja-private
diff options
context:
space:
mode:
Diffstat (limited to 'libcaja-private')
-rw-r--r--libcaja-private/caja-module.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcaja-private/caja-module.c b/libcaja-private/caja-module.c
index 7f4dd895..8dc00f6e 100644
--- a/libcaja-private/caja-module.c
+++ b/libcaja-private/caja-module.c
@@ -153,9 +153,9 @@ module_object_weak_notify (gpointer user_data, GObject *object)
static void
add_module_objects (CajaModule *module)
{
- GObject *object;
- const GType *types;
- int num_types;
+ GObject *object = NULL;
+ const GType *types = NULL;
+ int num_types = 0;
int i;
module->list_types (&types, &num_types);