Emesary: allo main loop recipient shutdown

This commit is contained in:
James Turner 2021-06-17 15:53:16 +01:00
parent c279557d32
commit 59307e9ba2
2 changed files with 7 additions and 0 deletions

View File

@ -128,5 +128,11 @@ void initMainLoopRecipient()
static_nasalMainLoopRecipient.reset(new NasalMainLoopRecipient);
}
void shutdownMainLoopRecipient()
{
static_nasalMainLoopRecipient.reset();
}
} // namespace nasal

View File

@ -22,5 +22,6 @@ namespace nasal
{
void initMainLoopRecipient();
void shutdownMainLoopRecipient();
} // namespace nasal