]> git.zarvox.org Git - shareboard.git/commit
Fix double-insertion of action pointer into localActions array.
authorDrew Fisher <drew.m.fisher@gmail.com>
Fri, 8 Oct 2010 03:54:14 +0000 (20:54 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Fri, 8 Oct 2010 03:54:14 +0000 (20:54 -0700)
commit24572f02c16f0931aa195772f9d398a3131f2c9b
tree0998f4593f6bde7ddb68f42944aa33e069529fd4
parenta506aeb21f1e7cb4251b92bbf0d8d7dd716bbca9
Fix double-insertion of action pointer into localActions array.

The bug here caused segfaults on the arrival of the second server-approved
event from the client, since the Action had already been deleted.
shareboard.cpp