* Fix some issues reported by cppcheck.

This commit is contained in:
Justin Maggard
2011-05-02 23:50:52 +00:00
parent e0e0fa254d
commit 9a9270cecf
18 changed files with 298 additions and 282 deletions

View File

@ -74,6 +74,8 @@ decodeString(char * string, int inplace)
}
if( inplace )
{
if( ns )
free(ns);
return string;
}
else