diff options
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 */ |