all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 67391f63001bb78f392e449a3d7b27b8ace3ac12 437 bytes (raw)
name: gnu/packages/patches/cogl-fix-double-free.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
diff --git a/cogl-1.22.8/cogl/cogl-context.c b/cogl-1.22.8-fixed/cogl/cogl-context.c
index a7eed29..2280942 100644
--- a/cogl/cogl-context.c
+++ b/cogl/cogl-context.c
@@ -219,6 +219,7 @@ cogl_context_new (CoglDisplay *display,
     }
 
   context->display = display;
+  cogl_object_ref (display);
 
   /* This is duplicated data, but it's much more convenient to have
      the driver attached to the context and the value is accessed a

debug log:

solving 67391f6300 ...
found 67391f6300 in https://yhetil.org/guix/03afaf481dfe74a9de14c77febf5d9241d0010e7.camel@planete-kraus.eu/

applying [1/1] https://yhetil.org/guix/03afaf481dfe74a9de14c77febf5d9241d0010e7.camel@planete-kraus.eu/
diff --git a/gnu/packages/patches/cogl-fix-double-free.patch b/gnu/packages/patches/cogl-fix-double-free.patch
new file mode 100644
index 0000000000..67391f6300

1:13: trailing whitespace.
 
1:16: trailing whitespace.
 
Checking patch gnu/packages/patches/cogl-fix-double-free.patch...
Applied patch gnu/packages/patches/cogl-fix-double-free.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 67391f63001bb78f392e449a3d7b27b8ace3ac12	gnu/packages/patches/cogl-fix-double-free.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.