* lib: fix compiler warning

This commit is contained in:
djcb 2013-05-20 05:15:11 +03:00
parent e2a0e58ae8
commit e70101f058
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@ serialize_cache (MuContacts *self)
g_error_free (err);
}
g_free (data);
}
} else
rv = TRUE;
return rv;
}