Bug 400360 nsLDAPAutoCompleteSession leaks nsILDAPConnection, p=Simon Wilkinson <simon@sxw.org.uk>,r=me,sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@237912 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
94a9082b07
commit
7e8ed173ce
@ -83,6 +83,7 @@ nsLDAPAutoCompleteSession::~nsLDAPAutoCompleteSession()
|
||||
if (mSearchAttrs) {
|
||||
NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(mSearchAttrsSize, mSearchAttrs);
|
||||
}
|
||||
NS_IF_RELEASE(mConnection);
|
||||
}
|
||||
|
||||
#define IS_CJK_CHAR_FOR_LDAP(u) (0x2e80 <= (u) && (u) <= 0xd7ff)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user