Fixed the NVR close mess - all machines now work again.
This commit is contained in:
@@ -76,6 +76,9 @@ nvr_read(uint16_t addr, void *priv)
|
||||
void
|
||||
nvr_at_close(void)
|
||||
{
|
||||
if (nvrp == NULL)
|
||||
return;
|
||||
|
||||
if (nvrp->fname != NULL)
|
||||
free(nvrp->fname);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user