Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/7314651b9506d9810ce15c45811894e4e6a89107
...commit
http://git.netsurf-browser.org/netsurf.git/commit/7314651b9506d9810ce15c45811894e4e6a89107
...tree
http://git.netsurf-browser.org/netsurf.git/tree/7314651b9506d9810ce15c45811894e4e6a89107
The branch, master has been updated
via 7314651b9506d9810ce15c45811894e4e6a89107 (commit)
from e82107a29611f9d77a8699bac625df4524563137 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=7314651b9506d9810ce15c45811894e4e6a89107
commit 7314651b9506d9810ce15c45811894e4e6a89107
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
NULL drawhandle after free
diff --git a/frontends/amiga/bitmap.c b/frontends/amiga/bitmap.c
index 6ad1610..e160f93 100644
--- a/frontends/amiga/bitmap.c
+++ b/frontends/amiga/bitmap.c
@@ -546,6 +546,7 @@ static inline struct BitMap *ami_bitmap_get_generic(struct
bitmap *bitmap,
DirectDrawTrueColor(ddh, (ULONG
*)amiga_bitmap_get_buffer(bitmap), 0, 0, TAG_DONE);
DeleteDirectDrawHandle(ddh);
ReleaseDrawHandle(bitmap->drawhandle);
+ bitmap->drawhandle = NULL;
}
ami_bitmap_argb_to_rgba(bitmap);
} else {
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/bitmap.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/frontends/amiga/bitmap.c b/frontends/amiga/bitmap.c
index 6ad1610..e160f93 100644
--- a/frontends/amiga/bitmap.c
+++ b/frontends/amiga/bitmap.c
@@ -546,6 +546,7 @@ static inline struct BitMap *ami_bitmap_get_generic(struct
bitmap *bitmap,
DirectDrawTrueColor(ddh, (ULONG
*)amiga_bitmap_get_buffer(bitmap), 0, 0, TAG_DONE);
DeleteDirectDrawHandle(ddh);
ReleaseDrawHandle(bitmap->drawhandle);
+ bitmap->drawhandle = NULL;
}
ami_bitmap_argb_to_rgba(bitmap);
} else {
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org