Bustage fix for 419117.

This commit is contained in:
dcamp@mozilla.com 2008-02-26 22:06:22 -08:00
parent 3bdf362531
commit 3f9b38d043

View File

@ -556,6 +556,8 @@ nsUrlClassifierStore::Close()
mPartialEntriesBeforeStatement = nsnull;
mLastPartialEntriesStatement = nsnull;
mRandomStatement = nsnull;
mConnection = nsnull;
}