Initialize x_clipboard_text with NULL

This commit is contained in:
Moritz Lipp 2013-10-07 09:02:38 +02:00
parent d423ff7305
commit f3ef76f909

View File

@ -277,7 +277,7 @@ sc_focus_inputbar(girara_session_t* session, girara_argument_t* argument, girara
GdkAtom* selection = get_selection(zathura);
/* we save the X clipboard that will be clear by "grab_focus" */
gchar* x_clipboard_text;
gchar* x_clipboard_text = NULL;
if (selection != NULL) {
x_clipboard_text = gtk_clipboard_wait_for_text(gtk_clipboard_get(*selection));