From c2c72eaaa2c56ef17ed768ccc42ef8b82cf2e26b Mon Sep 17 00:00:00 2001 From: Michalis Kamprianis Date: Thu, 24 Apr 2014 22:34:16 +0200 Subject: [PATCH] Minor corrections correction in version number in NEWS history re 2.6.3 and 2.6.2 deletion of duplicate lines in src/engine/gnc-commodity.c modified: NEWS modified: src/engine/gnc-commodity.c --- NEWS | 4 ++-- src/engine/gnc-commodity.c | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 8adb66d6af..ae092234ec 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Version history: ------- ------- 2.6.3 - 30 March 2014 - The GnuCash development team proudly announces GnuCash 2.6.1, + The GnuCash development team proudly announces GnuCash 2.6.3, the latest stable release of the GnuCash Free Accounting Software. @@ -28,7 +28,7 @@ Version history: Translations Updated: Catalan, Danish, Italian 2.6.2 - 2 March 2014 - The GnuCash development team proudly announces GnuCash 2.6.1, + The GnuCash development team proudly announces GnuCash 2.6.2, the latest stable release of the GnuCash Free Accounting Software. diff --git a/src/engine/gnc-commodity.c b/src/engine/gnc-commodity.c index 3552180a94..77c643b9cb 100644 --- a/src/engine/gnc-commodity.c +++ b/src/engine/gnc-commodity.c @@ -938,8 +938,6 @@ gnc_commodity_copy(gnc_commodity * dest, const gnc_commodity *src) gnc_commodity_set_quote_tz (dest, src_priv->quote_tz); kvp_frame_delete (dest->inst.kvp_data); dest->inst.kvp_data = kvp_frame_copy (src->inst.kvp_data); - kvp_frame_delete (dest->inst.kvp_data); - dest->inst.kvp_data = kvp_frame_copy (src->inst.kvp_data); } gnc_commodity *