gnumeric r16804 - in trunk: . src/tools
- From: guelzow svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16804 - in trunk: . src/tools
- Date: Wed, 17 Sep 2008 18:50:21 +0000 (UTC)
Author: guelzow
Date: Wed Sep 17 18:50:21 2008
New Revision: 16804
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16804&view=rev
Log:
2008-09-17 Andreas J. Guelzow <aguelzow pyrshep ca>
* analysis-histogram.c (analysis_tool_histogram_engine_run): unref the
graph after using it. [#552596]
Modified:
trunk/NEWS
trunk/src/tools/ChangeLog
trunk/src/tools/analysis-histogram.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Sep 17 18:50:21 2008
@@ -15,6 +15,7 @@
Jean:
* Fix printing of rotated text. [#539734]
+ * Fix leakage in histogram tool. [#552596]
Jody:
* Extend ssgrep to search VBA too.
Modified: trunk/src/tools/analysis-histogram.c
==============================================================================
--- trunk/src/tools/analysis-histogram.c (original)
+++ trunk/src/tools/analysis-histogram.c Wed Sep 17 18:50:21 2008
@@ -350,6 +350,7 @@
g_object_unref (limits);
so = sheet_object_graph_new (graph);
+ g_object_unref (graph);
dao_set_sheet_object (dao, 0, 1, so);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]