mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
wrlib: remove unnecessary variable assignation (Coverity #50258)
As pointed by Coverity, this value is never used, the assignation has no effect, so Coverity reports that it is unnecessary complexity that is not compatible with code maintainability. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
173eaee9c2
commit
ad07a97788
@@ -88,7 +88,7 @@ bye:
|
|||||||
/* Tidy up */
|
/* Tidy up */
|
||||||
DestroyPixelWand(bg_wand);
|
DestroyPixelWand(bg_wand);
|
||||||
MagickClearException(m_wand);
|
MagickClearException(m_wand);
|
||||||
m_wand = DestroyMagickWand(m_wand);
|
DestroyMagickWand(m_wand);
|
||||||
|
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user