diff options
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 2f6b3783..e4db7024 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -53,7 +53,7 @@ gboolean load_plugin(char *path) { GList *l; struct plugin_info *i; - struct plugin_info *info; + struct plugin_info *info = NULL; struct plugin_info * (*info_function) (void) = NULL; void (*init_function) (void); |