diff options
Diffstat (limited to 'libappstream-glib/as-image.c')
-rw-r--r-- | libappstream-glib/as-image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-image.c b/libappstream-glib/as-image.c index 98ee429..2be0f24 100644 --- a/libappstream-glib/as-image.c +++ b/libappstream-glib/as-image.c @@ -471,6 +471,7 @@ as_image_load_filename (AsImage *image, * rather than the unpredicatable (for JPEG) pixel data */ if (!g_file_get_contents (filename, &data, &len, error)) return FALSE; + g_free (priv->md5); priv->md5 = g_compute_checksum_for_data (G_CHECKSUM_MD5, (guchar * )data, len); |