diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/image.c b/src/core/image.c index f530cafd4..ec4b46106 100644 --- a/src/core/image.c +++ b/src/core/image.c @@ -47,6 +47,7 @@ struct list_head images = LIST_HEAD_INIT ( images ); static void free_image ( struct refcnt *refcnt ) { struct image *image = container_of ( refcnt, struct image, refcnt ); + free ( image->cmdline ); uri_put ( image->uri ); ufree ( image->data ); image_put ( image->replacement ); |
