mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
README.Coding: fix good example
metze
This commit is contained in:
@@ -210,8 +210,9 @@ Good Examples::
|
||||
print("Allocated %d elements.\n", y);
|
||||
|
||||
done:
|
||||
if (z)
|
||||
if (z) {
|
||||
free(z);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user