Fix #17790 - Fix crash when recovering MSVC RTTI on 32-bit host (#17794)

This commit is contained in:
GustavoLCR 2020-10-19 01:28:01 -03:00 committed by GitHub
parent 2ccd0c0cd2
commit 5f7f1b07cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -937,7 +937,7 @@ static const char *recovery_apply_type_descriptor(RRTTIMSVCAnalContext *context,
return name;
}
void str_value_free(HtPPKv *kv) {
void str_value_free(HtUPKv *kv) {
free (kv->value);
}