/external/webkit/WebCore/svg/graphics/ |
SVGImage.cpp | 246 // FIXME: If this SVG ends up loading itself, we might leak the world.
|
/external/webkit/WebKit/chromium/src/ |
WebWorkerBase.cpp | 65 // Lazy allocate and leak this instance.
|
/external/zlib/examples/ |
zlib_how.html | 152 the error. We wouldn't want a memory leak, now would we? <tt>deflateEnd()</tt> can be called 235 is a file i/o error, we call <tt>deflateEnd()</tt> before returning to avoid a memory leak. 285 The process is complete, but we still need to deallocate the state to avoid a memory leak 444 is called first to avoid a memory leak.
|
/frameworks/base/docs/html/resources/articles/ |
faster-screen-orientation-change.jd | 121 href="http://www.curious-creature.org/2008/12/18/avoid-memory-leaks-on-android/">you will leak</a>
|
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
tracebuf.c | 255 TB_PRINTF("Memory leak at 0x%lx address = 0x%lx Size = %d\n",
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 98 Log.e(TAG, "LEAK! Finalized without being closed: " + toString());
|
/system/wlan/ti/wilink_6_1/platforms/os/common/src/ |
tracebuf.c | 255 TB_PRINTF("Memory leak at 0x%lx address = 0x%lx Size = %d\n",
|
/external/openssl/crypto/ |
mem_dbg.c | 90 * to be displayed in memory leak list. 711 /* Make sure that, if we found no leaks, memory-leak debugging itself 714 * (When someone enables leak checking, but does not call
|
/external/bluetooth/glib/gio/ |
ChangeLog | 122 Bug 573462 ? GEmblemedIcon leak 279 * glocalfileinfo.c: plug a tiny mem leak. 433 * gio/gunixmounts.c (g_unix_mount_at): fix leak that occurs when 603 * glocalfile.c: (get_mount_info): don't leak the mountpoint description 608 Bug 561352 ? Leak of icon description 610 * gcontenttype.c: (g_content_type_get_icon): don't leak the XDG mimetype 646 * glocalfile.c (g_local_file_get_parse_name): Don't leak roundtripped_filename. 657 Bug 556910 ? [fam-helper.c:223]: Memory leak: sub 659 * fam/fam-helper.c: Fix a memory leak and formatting issues. 742 Also, fixes small leak of removed_entries [all...] |
/device/sample/frameworks/PlatformLibrary/jni/ |
PlatformLibrary.cpp | 140 * we don't have to worry about this leading to a memory leak.
|
/external/bluetooth/hcidump/ |
ChangeLog | 106 Fix memory leak with lmp_vertostr() function.
|
/external/clearsilver/java-jni/ |
j_neo_util.c | 67 nerr_ignore(&err); // free err, otherwise it would leak
|
/external/dbus/doc/ |
dbus-test-plan.xml | 110 crash or leak memory of any of those, and that the loader
|
/external/expat/doc/ |
xmlwf.1 | 133 not a leak in \fBxmlwf\fR.
|
/external/iproute2/tc/ |
m_xt_old.c | 150 /* On error paths, make sure that we don't leak memory */
|
/external/jpeg/ |
change.log | 66 no longer leak memory.
|
/external/kernel-headers/original/asm-arm/ |
uaccess.h | 90 * which read from user space (*get_*) need to take care not to leak
|
/external/opencore/doc/oscl_html/ |
oscl__init_8h-source.html | 72 <a name="l00078"></a><a class="code" href="classOsclSelect.html#m10">00078</a> FILE* <a class="code" href="classOsclSelect.html#m10">iOutputFile</a>; <span class="comment">//Output file for memory leak report.</span>
|
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_shared_library.cpp | 283 "PVReleaseInterface symbol in library - Possible memory leak."));
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysvideo.cc | 375 // Of course, this will leak memory if init video is done more than once.
|
/external/srec/portable/src/ |
pmemory_ext.c | 51 /* to assist with leak checking */
|
/external/stlport/stlport/stl/ |
_pthread_alloc.h | 38 * result in a storage leak if it's done on a regular basis.
|
/external/stlport/test/eh/ |
LeakCheck.h | 100 invariant checking is performed. Leak checking still occurs.
|
/external/webkit/WebCore/bindings/js/ |
ScriptController.cpp | 434 // Call _NPN_DeallocateObject() instead of _NPN_ReleaseObject() so that we don't leak if a plugin fails to release the window
|
/external/webkit/WebCore/html/ |
HTMLSelectElement.cpp | 114 RefPtr<HTMLElement> protectNewChild(element); // make sure the element is ref'd and deref'd so we don't leak it
|