2017-12-20 Fred Gleason <fredg@paravelsystems.com>

* Added log locking logic to rdclilogedit(1).
This commit is contained in:
Fred Gleason
2017-12-20 11:24:30 -05:00
parent 28fbd59c4e
commit 941aece664
5 changed files with 50 additions and 1 deletions

View File

@@ -62,6 +62,9 @@ void MainObject::DispatchCommand(QString cmd)
if((verb=="exit")||(verb=="quit")||(verb=="bye")) {
if(overwrite) {
if(edit_log_lock!=NULL) {
delete edit_log_lock;
}
exit(0);
}
else {