diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-01 13:35:06 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-01 13:35:06 +0000 |
| commit | f965f2b7a629ee40146703dfee005c5b22d5abca (patch) | |
| tree | db34ca7c42e4870477a6a5529a575752c9c2b7df /testing/thunderbird/0004-xulrunner-malloc_usable_size.patch | |
| parent | f6568ddf3abe0dd3e7bb1ef5000bc478d4accbd7 (diff) | |
| download | aports-f965f2b7a629ee40146703dfee005c5b22d5abca.tar.bz2 aports-f965f2b7a629ee40146703dfee005c5b22d5abca.tar.xz | |
testing/thunderbird: new aport
Mozilla Thunderbird mail/newsgroup client
http://www.mozilla.org/projects/thunderbird/
Diffstat (limited to 'testing/thunderbird/0004-xulrunner-malloc_usable_size.patch')
| -rw-r--r-- | testing/thunderbird/0004-xulrunner-malloc_usable_size.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/thunderbird/0004-xulrunner-malloc_usable_size.patch b/testing/thunderbird/0004-xulrunner-malloc_usable_size.patch new file mode 100644 index 0000000000..aae416c7da --- /dev/null +++ b/testing/thunderbird/0004-xulrunner-malloc_usable_size.patch @@ -0,0 +1,25 @@ +From a2a15c826a5e1743ba71288543b9e144603fba26 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Fri, 25 Nov 2011 08:40:53 +0000 +Subject: [PATCH 4/4] xulrunner: malloc_usable_size + +--- + memory/mozalloc/mozalloc.cpp | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/memory/mozalloc/mozalloc.cpp b/memory/mozalloc/mozalloc.cpp +index 58e5192..500c651 100644 +--- a/memory/mozalloc/mozalloc.cpp ++++ b/memory/mozalloc/mozalloc.cpp +@@ -267,7 +267,7 @@ moz_malloc_usable_size(void *ptr) + #if defined(XP_MACOSX) + return malloc_size(ptr); + #elif defined(MOZ_MEMORY) +- return malloc_usable_size(ptr); ++ return 0; + #elif defined(XP_WIN) + return _msize(ptr); + #else +-- +1.7.7.4 + |
