Skip to content
Snippets Groups Projects
Commit 38ed79a0 authored by Russell Bryant's avatar Russell Bryant
Browse files

UNREGISTER instead of REGISTER in unload_module().

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245623 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a0d74cef
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ AST_TEST_DEFINE(uri_encode_decode_test)
static int unload_module(void)
{
AST_TEST_REGISTER(uri_encode_decode_test);
AST_TEST_UNREGISTER(uri_encode_decode_test);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment