diff options
Diffstat (limited to 'libempathy-gtk/empathy-string-parser.c')
-rw-r--r-- | libempathy-gtk/empathy-string-parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-string-parser.c b/libempathy-gtk/empathy-string-parser.c index fa56a2d42..5c3fb1972 100644 --- a/libempathy-gtk/empathy-string-parser.c +++ b/libempathy-gtk/empathy-string-parser.c @@ -201,6 +201,8 @@ empathy_add_link_markup (const gchar *text) }; GString *string; + g_return_val_if_fail (text != NULL, NULL); + string = g_string_sized_new (strlen (text)); empathy_string_parser_substr (text, -1, parsers, string); |