fix memory leaks
This commit is contained in:
@@ -8,5 +8,7 @@ int main(void)
|
||||
char str[B_UUID_STRING_MAX];
|
||||
b_uuid_to_cstr(uuid, str);
|
||||
printf("%s\n", str);
|
||||
|
||||
b_uuid_release(uuid);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user