/external/dnsmasq/src/ |
lease.c | 419 script very slow, we just avoid a memory leak if it does. */
|
/external/expat/doc/ |
xmlwf.sgml | 264 not a leak in <command>&dhpackage;</command>.
|
/external/guava/src/com/google/common/collect/ |
ImmutableList.java | 362 * implementation types do not leak into the serialized representation.
|
/external/icu4c/common/ |
ucmndata.c | 275 * close the memory mapping so it doesn't leak. Note that this has
|
/external/icu4c/i18n/ |
ucoleitr.cpp | 698 /* free offset buffer to avoid memory leak before initializing. */
|
/external/libpcap/ |
optimize.c | [all...] |
/external/opencore/pvmi/recognizer/src/ |
pvmf_recognizer_registry_impl.cpp | 669 // close data stream object to avoid any memory leak in case of cancel command
|
/external/openssl/crypto/dsa/ |
dsa_ossl.c | 251 /* We do not want timing information to leak the length of k,
|
/external/openssl/crypto/ecdsa/ |
ecdsatest.c | 461 /* enable memory leak checking unless explicitly disabled */
|
/external/openssl/crypto/err/ |
err_def.c | 430 /* make sure we don't leak memory */
|
/external/ppp/pppd/ |
upap.c | 436 /* We do not want to leak info about the pap result. */
|
/external/srec/portable/include/ |
ptrd.h | 409 * the handle for accessing it. If this is not done, a memory leak
|
/external/srec/portable/src/ |
plog.c | 288 * We do our best by logging any errors but this might result in the memory leak of
|
/external/stlport/test/unit/ |
vector_test.cpp | 531 // We prefer a simple memory leak, internal corruption should be reveal
|
/external/v8/test/cctest/ |
test-strings.cc | 84 // If they are reachable from a root then leak detection won't complain.
|
/external/webkit/WebCore/html/ |
HTMLAnchorElement.cpp | 515 // Make sure that '#' in the query does not leak to the hash.
|
/external/webkit/WebCore/platform/image-decoders/ |
ImageDecoder.h | 114 // leak memory.
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 187 Log.e(TAG, "Leak found", mLeakedException);
|
/system/core/libdiskconfig/ |
diskconfig.c | 102 /* bleh, i will leak memory here, but i DONT CARE since
|
/bionic/libc/stdio/ |
vfprintf.c | 799 #if 1 /* BIONIC: remove memory leak when printing doubles */ 809 #if 1 /* BIONIC: remove memory leak when printing doubles */
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-12 | 204 * glib/gmain.c (get_dispatch): Don't leak the 433 * glib/goption.c (g_option_context_parse): fixed leak in short
|
/external/dbus/ |
NEWS | 333 - numerous memory leak fixes 578 - Lots of misc. bugfixes and memory leak fixes
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 680 IntentReceiverLeaked leak = new IntentReceiverLeaked( local 685 leak.setStackTrace(rd.getLocation().getStackTrace()); 686 Slog.e(TAG, leak.getMessage(), leak); 703 ServiceConnectionLeaked leak = new ServiceConnectionLeaked( local 706 leak.setStackTrace(sd.getLocation().getStackTrace()); 707 Slog.e(TAG, leak.getMessage(), leak); [all...] |
/external/libpng/ |
CHANGES | 203 fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P) 516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak. [all...] |
/external/e2fsprogs/ |
RELEASE-NOTES | 166 fixes a realloc() leak on failure. 168 Fix memory leak in ext2fs_alloc_block(). 659 Fix potential file descriptor leak in ext2fs_get_device_size() in an 668 Fix memory leak in blkid library. (Addresses Debian Bug: #413661) 697 Fix memory leak in ext2fs_write_new_inode() [all...] |