perl plugin: Fixed error in ithread shutdown loop.
authorSebastian Harl <sh@tokkee.org>
Sun, 18 Nov 2007 19:37:36 +0000 (20:37 +0100)
committerFlorian Forster <octo@noris.net>
Tue, 20 Nov 2007 08:30:26 +0000 (08:30 +0000)
commit368a2bc5559829b5f4325301364790efeb9de236
tree6797babd3fcf23cefc306eb9ad565203f264baa9
parent6fed6432dfcacafebe5d963557a94e5c4c277e21
perl plugin: Fixed error in ithread shutdown loop.

Using the sfree() macro, the loop variable was accidentally set to NULL at the
end of the loop, causing the loop to terminate after the first iteration.
src/perl.c