diff --git a/apps/app_queue.c b/apps/app_queue.c
index 6e410002ae27f07fe40028e2c4afd11f445122b4..fd692a4b2cf51671a94e441cd7a74c7e786d43f4 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -9857,6 +9857,9 @@ static int unload_module(void)
 	res |= ast_manager_unregister("QueuePause");
 	res |= ast_manager_unregister("QueueLog");
 	res |= ast_manager_unregister("QueuePenalty");
+	res |= ast_manager_unregister("QueueReload");
+	res |= ast_manager_unregister("QueueReset");
+	res |= ast_manager_unregister("QueueMemberRingInUse");
 	res |= ast_unregister_application(app_aqm);
 	res |= ast_unregister_application(app_rqm);
 	res |= ast_unregister_application(app_pqm);