[gnumeric] Plug leak.



commit 13e72f159e107ce0454d68085619dfe91f22bcd4
Author: Morten Welinder <terra gnome org>
Date:   Sat Apr 19 17:20:53 2014 -0400

    Plug leak.

 plugins/excel/ChangeLog           |    1 +
 plugins/excel/xlsx-read-drawing.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index f2fef1e..84879fb 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -8,6 +8,7 @@
 
        * xlsx-read-drawing.c (xlsx_chart_gridlines): Handle minorgrid
        too.
+       (xlsx_axis_info_free): Plug leak.
 
 2014-04-16  Jean Brefort  <jean brefort normalesup org>
 
diff --git a/plugins/excel/xlsx-read-drawing.c b/plugins/excel/xlsx-read-drawing.c
index 2d836c7..59c230a 100644
--- a/plugins/excel/xlsx-read-drawing.c
+++ b/plugins/excel/xlsx-read-drawing.c
@@ -443,6 +443,7 @@ xlsx_axis_info_free (XLSXAxisInfo *info)
        g_free (info->cross_id);
        if (NULL != info->axis)
                g_object_unref (info->axis);
+       g_slist_free (info->plots);
        g_free (info);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]