Commit 9f861826be17d1f3d4e34df1f4b2d4bd9aaec3b0

Oleg Andreev 2011-10-27T16:45:44

Fixed crash in config parser when empty value is encountered. Example: key1 = value1 key2 = In this config the value will be a bad pointer which config object will attempt to free() causing a crash.