Code

core: Don't leak memory when shutting down the collector loop.
authorSebastian Harl <sh@tokkee.org>
Fri, 25 Apr 2014 14:09:15 +0000 (16:09 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 25 Apr 2014 14:09:15 +0000 (16:09 +0200)
commit923589c5a145693bfd172fd9b211a50c3ab8f1b1
treefc0d0adc720f2fbc2e7e4d8b22cf1569f59b6249
parent0e03d0902a1b3a33f9596ce0c96e6f5a6847de57
core: Don't leak memory when shutting down the collector loop.

Instead, put the current collector object back into the list in oder to keep a
reference to it.
src/core/plugin.c