1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Micro changes and refines.

This commit is contained in:
winlin 2022-09-30 18:11:59 +08:00
parent 378bffa34f
commit d65c699829
9 changed files with 14 additions and 23 deletions

View file

@ -1826,7 +1826,7 @@ SrsJsonObject* SrsJsonObject::set(string key, SrsJsonAny* value)
if (key == name) {
srs_freep(any);
properties.erase(it);
it = properties.erase(it);
break;
}
}