]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - user_list.c
configure.ac: Detect os type, add -Wl,-bind_at_load to oggvorbis ld flags on Darwin.
[paraslash.git] / user_list.c
index 3d57a9454e87e745e29811a99dc19d2dbf534eb5..1143f2d58aa1605d77324fea14bf682e409d1ab4 100644 (file)
@@ -108,7 +108,7 @@ void init_user_list(char *user_list_file)
                list_for_each_entry_safe(u, tmp, &user_list, node) {
                        list_del(&u->node);
                        free(u->name);
-                       free(u->rsa);
+                       rsa_free(u->rsa);
                        free(u);
                }
        } else