dtwm: Resolve coverity warnings related to uninitialised variables and missing return statements
This commit is contained in:
@@ -441,9 +441,12 @@ ProcessBackdropResources(
|
||||
pch = NULL;
|
||||
}
|
||||
free (pchImageName); /* temporary string */
|
||||
pchImageName = NULL;
|
||||
free (pchL); /* temporary string */
|
||||
}
|
||||
}
|
||||
|
||||
free (pchImageName);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user