diff options
author | wm4 <wm4@nowhere> | 2014-08-11 13:00:57 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-08-11 13:00:57 +0200 |
commit | b016f92309403fbd3598e70699464692de8e8f4b (patch) | |
tree | 3d7adcfde3de9720c797d1905f6e43774a56c18f /player/command.h | |
parent | ece61bfa100ae4af032bea6ce9ffb6da86126525 (diff) |
command: fix dangling pointer issue in script key bindings code
This code was sending a string to a different thread, and then
deallocated the string shortly after, which means most of the time
the other thread was accessing a dangling pointer.
It's possible that this is the cause for #1002.
Diffstat (limited to 'player/command.h')
0 files changed, 0 insertions, 0 deletions