GNOME Bugzilla – Bug 735574
buffer: do not touch memory tag flag when copying buffer flags
Last modified: 2014-08-28 09:21:10 UTC
Created attachment 284665 [details] [review] Avoids buffers being freed when releasing back to a bufferpool This patch should be backported to 1.4 also.
commit f0deb37a8697b7a01d2f935949ce3e1412c1293c Author: Arnaud Vrac <avrac@freebox.fr> Date: Tue Aug 26 20:14:40 2014 +0200 buffer: do not touch memory tag flag when copying buffer flags The tag memory flag will be set later if the memory is also copied. This patch avoids buffers being freed needlessly in bufferpools. https://bugzilla.gnome.org/show_bug.cgi?id=735574