diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-12 10:19:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-12 10:19:32 +0200 |
commit | c97d312bfe5bb4da398cbbb3473f8dba73134a5b (patch) | |
tree | 2658640d818dbdf4675bbb69d96d57584c8ad875 /src/output.c | |
parent | Implement unmarshalling of process state (diff) | |
download | coopgammad-c97d312bfe5bb4da398cbbb3473f8dba73134a5b.tar.gz coopgammad-c97d312bfe5bb4da398cbbb3473f8dba73134a5b.tar.bz2 coopgammad-c97d312bfe5bb4da398cbbb3473f8dba73134a5b.tar.xz |
Implement state merging
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/output.c')
-rw-r--r-- | src/output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/output.c b/src/output.c index b0e0c14..3cd7886 100644 --- a/src/output.c +++ b/src/output.c @@ -25,7 +25,8 @@ /** * Free all resources allocated to an output. - * The allocation of `output` itself is not freed. + * The allocation of `output` itself is not freed, + * nor is its the libgamma destroyed. * * @param this The output */ |