[grilo/0.1.x] core: Fix uninitialized variable
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/0.1.x] core: Fix uninitialized variable
- Date: Fri, 1 Jul 2011 16:37:47 +0000 (UTC)
commit adba245c71f33eda8ea5ef5a7177aa30d4dd07ff
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Fri Jul 1 13:56:32 2011 +0000
core: Fix uninitialized variable
Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>
src/grl-plugin-registry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/grl-plugin-registry.c b/src/grl-plugin-registry.c
index f713cd4..9762421 100644
--- a/src/grl-plugin-registry.c
+++ b/src/grl-plugin-registry.c
@@ -699,7 +699,7 @@ grl_plugin_registry_load_by_id (GrlPluginRegistry *registry,
{
GSList *plugin_dir;
GrlPluginInfo *plugin_info;
- const gchar *module_name;
+ const gchar *module_name = NULL;
gboolean result;
gchar *module_filename;
gchar *module_fullpathname;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]