aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/popup-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 169062864..079dc5935 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -91,7 +91,7 @@ popup_cmd_bookmark_link (GtkAction *action,
{
EphyEmbedEvent *event;
char *title;
- char *location;
+ char *location = NULL;
guint context;
WebKitHitTestResult *result;
WebKitDOMNode *node, *first_child;