Webclient compiles and runs with MOZILLA_0_9_9_BRANCH.

git-svn-id: svn://10.0.0.236/trunk@119082 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2002-04-16 06:12:28 +00:00
parent 6a538e9e68
commit 739f828b40
5 changed files with 20 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ JNIEXPORT jstring JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPage
return nsnull;
}
nsCRT::free(charResult);
nsMemory::Free(charResult);
}
return urlString;