mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
Reintroduce memory leak in mod_hash to avoid crash
ref: commit 3e24b3e2c2b28cc672943e75b009377d33f1b01b ref: FS-6783 ref: FS-6775
This commit is contained in:
parent
6146c5cb6b
commit
8c0a1d17e2
@ -310,7 +310,7 @@ SWITCH_LIMIT_RELEASE(limit_release_hash)
|
||||
|
||||
switch_core_hash_delete(pvt->hash, (const char *) key);
|
||||
}
|
||||
switch_core_hash_destroy(&pvt->hash);
|
||||
//switch_core_hash_destroy(&pvt->hash);
|
||||
} else {
|
||||
char *hashkey = switch_core_session_sprintf(session, "%s_%s", realm, resource);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user