diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-08-26 07:58:24 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-08-26 07:58:24 +0000 |
commit | 474a7718f01f682164d44133fbc64c42bf6a670e (patch) | |
tree | 6c94b17feec8cf0169c2c74231e51ee6116d54a0 /media-sound/lingot/files | |
parent | Version bump. (diff) | |
download | gentoo-2-474a7718f01f682164d44133fbc64c42bf6a670e.tar.gz gentoo-2-474a7718f01f682164d44133fbc64c42bf6a670e.tar.bz2 gentoo-2-474a7718f01f682164d44133fbc64c42bf6a670e.zip |
Remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lingot/files')
-rw-r--r-- | media-sound/lingot/files/lingot-0.7.6-memory_leak.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/lingot/files/lingot-0.7.6-memory_leak.patch b/media-sound/lingot/files/lingot-0.7.6-memory_leak.patch deleted file mode 100644 index 182b77d35666..000000000000 --- a/media-sound/lingot/files/lingot-0.7.6-memory_leak.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- lingot-0.7.6.orig/src/lingot-mainframe.c 2007-12-19 23:54:08.000000000 +0100 -+++ lingot-0.7.6/src/lingot-mainframe.c 2008-06-21 00:01:23.000000000 +0200 -@@ -592,6 +592,8 @@ - pango_layout_set_font_description(layout, spectrum_legend_font_desc); - gdk_draw_layout(window, gc, spectrum_x_margin - 8 + i, spectrum_size_y - + spectrum_top_margin + 5, layout); -+ g_object_unref(layout); -+ - freq += scale; - } - -@@ -602,7 +604,8 @@ - layout = gtk_widget_create_pango_layout(frame->spectrum_area, buff); - pango_layout_set_font_description(layout, spectrum_legend_font_desc); - gdk_draw_layout(window, gc, spectrum_x_margin - 6, 2, layout); -- -+ g_object_unref(layout); -+ - int grid_height = (int) (PLOT_GAIN*log10(pow(10.0, grid_db_height/10.0))); // dB. - j = 0; - for (i = 0; i <= spectrum_size_y; i += grid_height) { -@@ -615,7 +618,8 @@ - pango_layout_set_font_description(layout, spectrum_legend_font_desc); - gdk_draw_layout(window, gc, 2, spectrum_size_y + spectrum_top_margin - - i - 5, layout); -- -+ g_object_unref(layout); -+ - gdk_draw_line(window, gc, spectrum_x_margin, spectrum_size_y - + spectrum_top_margin - i, spectrum_x_margin + spectrum_size_x, - spectrum_size_y + spectrum_top_margin - i); |