mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
499531c64e
The archive_string_conv type sc variable already freed via free(sc) on the other hand in second line we are tyring to free its subset via free(sc->from_charset) this will cause a problem because we couldn't reach sc after first release. Reviewed-by: Igor Murzov <e-mail@date.by>