STORE: Add documentation on search criteria
[openssl.git] / apps / openssl.c
index fe1eabdede777044bc15bba9d9b2e2f981059a5a..39b4f2ce5434bd7ceb09ab64b0d5ec5bf9a60460 100644 (file)
@@ -93,6 +93,7 @@ static int apps_startup()
 static void apps_shutdown()
 {
     destroy_ui_method();
+    destroy_prefix_method();
 }
 
 static char *make_config_name()
@@ -519,7 +520,7 @@ static void list_type(FUNC_TYPE ft, int one)
 {
     FUNCTION *fp;
     int i = 0;
-    DISPLAY_COLUMNS dc;
+    DISPLAY_COLUMNS dc = {0};
 
     if (!one)
         calculate_columns(&dc);