[gegl] ink-simulator: fix a leak in key-less lines
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ink-simulator: fix a leak in key-less lines
- Date: Wed, 16 Sep 2015 19:07:31 +0000 (UTC)
commit 5edb860434a87ffbee208a8e7d5636a9dc359d63
Author: Øyvind Kolås <pippin gimp org>
Date: Wed Sep 16 21:06:43 2015 +0200
ink-simulator: fix a leak in key-less lines
as reported in bug #754955
operations/workshop/ink-simulator.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/workshop/ink-simulator.c b/operations/workshop/ink-simulator.c
index 7348e3e..75a280b 100644
--- a/operations/workshop/ink-simulator.c
+++ b/operations/workshop/ink-simulator.c
@@ -1089,6 +1089,7 @@ static void parse_config_line (SSim *ssim,
}
}
}
+ free (key);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]