free NULL cleanup 11
[oweals/openssl.git] / demos / engines / cluster_labs / hw_cluster_labs.c
index c58e548f16d9e623fca9e8ef819c8e8d44142744..918689c215a4a2bcc8380e6b5824e2a6731391d7 100644 (file)
@@ -363,9 +363,7 @@ int cluster_labs_init(ENGINE *e)
 
  err:
     /* reset all pointers */
-    if (cluster_labs_dso)
-        DSO_free(cluster_labs_dso);
-
+    DSO_free(cluster_labs_dso);
     cluster_labs_dso = NULL;
     p_cl_engine_init = NULL;
     p_cl_mod_exp = NULL;