dtwm: Resolve coverity warnings
This commit is contained in:
@@ -440,14 +440,8 @@ ProcessBackdropResources(
|
||||
}
|
||||
pch = NULL;
|
||||
}
|
||||
if (pchImageName)
|
||||
{
|
||||
free (pchImageName); /* temporary string */
|
||||
}
|
||||
if (pchL)
|
||||
{
|
||||
free (pchL); /* temporary string */
|
||||
}
|
||||
free (pchImageName); /* temporary string */
|
||||
free (pchL); /* temporary string */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user