src/utils_cache.c: Don't free "name_copy" twice. ad/msg
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 3 Jul 2010 12:05:20 +0000 (14:05 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 3 Jul 2010 12:05:20 +0000 (14:05 +0200)
commit135eb6eb638af9b7251de4b55380fe0999f2e8e0
tree8c4cfead16ad688492d2c6ebd2523b02f91439e1
parentf3c138db5d174db6bcb7ceb0ff38973ebc0dbe99
src/utils_cache.c: Don't free "name_copy" twice.

It's been freed unconditionally above, so there is no need to call free again.
This didn't result in an error since "sfree" NULLs the pointer.
src/utils_cache.c