GC does it automatically, but what the hell

This commit is contained in:
Nikos Kouremenos 2005-11-13 12:31:13 +00:00
parent b3dd4ba985
commit 7e5ba09aca
1 changed files with 1 additions and 0 deletions

View File

@ -1971,6 +1971,7 @@ class Connection:
# We have the vcard cached
f = open(path_to_file)
c = f.read()
f.close()
card = common.xmpp.Node(node = c)
vcard = self.node_to_dict(card)
if vcard.has_key('PHOTO'):