There have been a number of complaints from a number of sources that names
[oweals/openssl.git] / crypto / cryptlib.c
index 40a30a0939f69a9b44496d5d32a5ec83b1d571c0..90156d0072bc8762710973a4a2d6d2f530ac91ab 100644 (file)
@@ -129,7 +129,7 @@ int CRYPTO_get_new_lockid(char *name)
                return(0);
        i=sk_push(app_locks,str);
        if (!i)
-               Free(str);
+               OPENSSL_free(str);
        else
                i+=CRYPTO_NUM_LOCKS; /* gap of one :-) */
        return(i);