Skip to content
Snippets Groups Projects
Commit 9d8f134c authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #34704: gnome: assert since the caller already checks the pointer

parent ec979fe4
No related branches found
No related tags found
No related merge requests found
......@@ -387,8 +387,7 @@ presence_buddy_create()
buddy_t *
presence_buddy_copy(buddy_t * b_src)
{
if (!b_src)
return NULL;
g_assert(b_src);
buddy_t *b_dest = g_malloc(sizeof(buddy_t));
b_dest->alias = g_strdup(b_src->alias);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment