diff options
Diffstat (limited to 'src/sp-cursor.cpp')
| -rw-r--r-- | src/sp-cursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-cursor.cpp b/src/sp-cursor.cpp index 3cac8c633..dd8a30053 100644 --- a/src/sp-cursor.cpp +++ b/src/sp-cursor.cpp @@ -58,7 +58,7 @@ struct RGBA { GdkCursor *sp_cursor_from_xpm(char const *const *xpm, guint32 fill, guint32 stroke) { GdkPixbuf *pixbuf; - GdkCursor *cursor; + GdkCursor *cursor = nullptr; GdkDisplay *display = gdk_display_get_default(); int height = 0; |
