Comment 36 for bug 73536

Revision history for this message
In , Ted Mielczarek (ted-mielczarek) wrote :

I suppose the right thing to do here then is either:
a) Drop SIGTERM support from nsProfileLock, make your new code call into the nsProfileLock code to unlock the profile before exiting.
or
b) Forget about your new code, just tweak nsProfileLock to special-case SIGTERM and do the handling you're doing.