* Fix some issues reported by cppcheck.
This commit is contained in:
@ -74,6 +74,8 @@ decodeString(char * string, int inplace)
|
||||
}
|
||||
if( inplace )
|
||||
{
|
||||
if( ns )
|
||||
free(ns);
|
||||
return string;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user