This commit is contained in:
Tomeu Vizoso 2007-07-24 11:14:52 +02:00
parent eeb1f2e66f
commit b886121c10

View File

@ -209,8 +209,8 @@ class Shell(gobject.GObject):
jobject.file_path = file_path
datastore.write(jobject)
finally:
datastore.destroy()
del datastore
jobject.destroy()
del jobject
finally:
os.remove(file_path)