3
Fork 0

Update CallCapture.cpp

This commit is contained in:
R3ABM Artem 2021-10-10 19:48:59 +00:00
parent 64451e8c0d
commit ab0b0cb5b8

View file

@ -123,6 +123,7 @@ int main(int argc, const char* argv[])
syslog(LOG_INFO, "*** Found call-sign: %s (ID: %d, Alias: \"%s\")", call, number, alias);
pcre_free_substring(call);
pcre_free_substring(alias);
}
}