# HG changeset patch # User Gary Kramlich # Date 1622620783 18000 # Node ID 40211e37a9352b25c1ef983fec2c42d4b5a1ad6b # Parent 40d6cd6dc56d187d55888392a3d468bdb177b867 Fix some issues scanbuild found in the silc protocol plugin Testing Done: Verified that scanbuild no longer detected the errors. Reviewed at https://reviews.imfreedom.org/r/712/ diff -r 40d6cd6dc56d -r 40211e37a935 libpurple/protocols/silc/ops.c --- a/libpurple/protocols/silc/ops.c Wed Jun 02 02:59:18 2021 -0500 +++ b/libpurple/protocols/silc/ops.c Wed Jun 02 02:59:43 2021 -0500 @@ -222,7 +222,6 @@ tmp, cflags, time(NULL)); purple_imgstore_unref_by_id(imgid); - cflags = 0; ret = TRUE; } goto out;