Fixed some warnings from valgrind.
[pspp-builds.git] / lib / gtksheet / gtksheet.c
index 18922cf14d40e9bc16a8e070a4b275ea4a77f180..409c2369ea8337c8ac5dcea752764a4269704702 100644 (file)
@@ -6261,6 +6261,7 @@ gtk_sheet_size_allocate_entry (GtkSheet *sheet)
              style->fg[GTK_STATE_ACTIVE] = previous_style->fg[GTK_STATE_ACTIVE];
            }
          gtk_widget_set_style (GTK_WIDGET (sheet_entry), style);
+          g_object_unref (style);
        }
     }