]> git.ipfire.org Git - thirdparty/json-c.git/commit
Eliminate static qualifiers on a couple local variables that were causing thread...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 9 Jul 2017 21:56:18 +0000 (14:56 -0700)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 9 Jul 2017 21:56:18 +0000 (14:56 -0700)
commit55ecae3e5866a2f14aee737649b3c2cf392051b3
tree25eeedcf5107fb4d39d7bd885f04c851eac63c22
parent5a99e527fff25844647554045c2f316156f9aef0
Eliminate static qualifiers on a couple local variables that were causing thread safety issues.  Suggested by @rouault in PR #331.
json_object.c