bumping the revision number some more. making last checkin more likely to work. bug 301138.

git-svn-id: svn://10.0.0.236/trunk@5627 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
1998-07-15 19:22:02 +00:00
parent e38f77bc0f
commit ac4fd77ecc
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ GuessIEBookmarks (void)
}
freeMem(pn);
}
PR_DELETE(ProfilesDir);
PR_CloseDir(ProfilesDir);
}
#endif
}

View File

@@ -75,7 +75,7 @@ walkThroughAllBookmarks (RDF_Resource u)
while ((next = RDF_NextValue(c)) != NULL) {
if (resourceType(next) == RDF_RT) walkThroughAllBookmarks(next);
}
freeMem(c);
RDF_DisposeCursor(c);
#endif
}