From Dirk Jagdmann: Make sure err_str is initialized.

svn path=/trunk/; revision=53347
This commit is contained in:
Gerald Combs 2013-11-15 23:15:08 +00:00
parent f772a268db
commit 47c6288b0e
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ fill_capture_box(void)
GtkCellRenderer *renderer;
GtkTreeViewColumn *column;
int error = 0;
gchar *label_text, *err_str;
gchar *label_text = NULL, *err_str = NULL;
#ifdef _WIN32
DWORD reg_ret;
DWORD chimney_enabled = 0;