diff options
-rw-r--r-- | embed/ephy-web-app-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-web-app-utils.c b/embed/ephy-web-app-utils.c index 83e8bc4ef..b9447c385 100644 --- a/embed/ephy-web-app-utils.c +++ b/embed/ephy-web-app-utils.c @@ -187,9 +187,9 @@ create_desktop_file (EphyWebView *view, const char *title, GdkPixbuf *icon) { - GKeyFile *file; + GKeyFile *file = NULL; char *exec_string; - char *data; + char *data = NULL; char *filename, *apps_path, *desktop_file_path = NULL; char *link_path; char *wm_class; |