]> git.sur5r.net Git - openldap/commitdiff
Win32 fix from Kervin Pierre
authorHoward Chu <hyc@openldap.org>
Sat, 11 May 2002 18:15:07 +0000 (18:15 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 11 May 2002 18:15:07 +0000 (18:15 +0000)
libraries/liblutil/uuid.c

index 6b2a44057da96399fbd4eb362b3cf2ffa3c88184..d93c364eb826462b7a8fc824062375e079d528d2 100644 (file)
@@ -228,7 +228,7 @@ lutil_uuidstr( char *buf, size_t len )
        }
 
        strncpy( buf, uuidstr, len );
-       free( uuidstr );
+       RpcStringFree( &uuidstr );
 
        return uuidlen;