Skip to content
Snippets Groups Projects
Commit 2a010e80 authored by deuce's avatar deuce
Browse files

Add an msgs_done() function to close the message base and do anything

else what needs doin'
parent b62b346e
Branches
Tags
No related merge requests found
......@@ -74,3 +74,9 @@ function get_all_message_offsets()
}
return(offsets);
}
function msgs_done()
{
if(msgbase!=undefined)
msgbase.close();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment