Fix: add a kernel context list to the channel
authorDavid Goulet <dgoulet@efficios.com>
Wed, 25 Jun 2014 19:42:15 +0000 (15:42 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 25 Jun 2014 19:42:15 +0000 (15:42 -0400)
The internal state of the session daemon was recording only one context
per channel thus overwriting the previous one if multiple context were
added causing a memory leak.

This commit adds a list inside a kernel channel which keeps track of all
context added. It also fixes the save command that now saves all of
them.

Fixes #205

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.026839 seconds and 4 git commands to generate.