[Bug 223937] [patch] sysutils/xfce4-wavelan-plugin fix memory leak due to CSS changes

2017-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223937

Guido Falsi  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(xfce@F |maintainer-feedback+
   |reeBSD.org) |
   Assignee|x...@freebsd.org|madpi...@freebsd.org
 CC||madpi...@freebsd.org
 Status|New |In Progress

--- Comment #1 from Guido Falsi  ---
Hi,

Thanks for the patch.

Just to make sure I understand correctly, the "recent upstream changes" are in
the GTK3 sources?

Since you are sending this upstream too, could you followup with a link to the
upstream bug so it can be tracked? It would allow avoiding to commit patches
different from what is accepted upstream.

In the while I'll also test it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 223937] [patch] sysutils/xfce4-wavelan-plugin fix memory leak due to CSS changes

2017-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223937

Bug ID: 223937
   Summary: [patch] sysutils/xfce4-wavelan-plugin fix memory leak
due to CSS changes
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Keywords: patch
  Severity: Affects Many People
  Priority: ---
 Component: Individual Port(s)
  Assignee: x...@freebsd.org
  Reporter: f...@opal.com
  Keywords: patch
 Flags: maintainer-feedback?(x...@freebsd.org)
  Assignee: x...@freebsd.org

Created attachment 188351
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188351=edit
patch to fix memory leak due to Gtk3 CSS changes

The recent upstream changes to support Gtk3 CSS introduce a rampant memory leak
because the css_provider is re-created every time through the loop.  Attached
patch ensures that the css_provider is only created once.

I am attaching a FreeBSD port patch as this memory leak is significant and
needs an immediate fix.

I will also submit a bug report upstream in order to have this problem fixed
there, too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 223937] [patch] sysutils/xfce4-wavelan-plugin fix memory leak due to CSS changes

2017-11-28 Thread bugzilla-noreply
J.R. Oldroyd <f...@opal.com> has reassigned Bugzilla Automation
<bugzi...@freebsd.org>'s request for maintainer-feedback to x...@freebsd.org:
Bug 223937: [patch] sysutils/xfce4-wavelan-plugin fix memory leak due to CSS
changes
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223937



--- Description ---
Created attachment 188351
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188351=edit
patch to fix memory leak due to Gtk3 CSS changes

The recent upstream changes to support Gtk3 CSS introduce a rampant memory leak
because the css_provider is re-created every time through the loop.  Attached
patch ensures that the css_provider is only created once.

I am attaching a FreeBSD port patch as this memory leak is significant and
needs an immediate fix.

I will also submit a bug report upstream in order to have this problem fixed
there, too.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"