summaryrefslogtreecommitdiff
path: root/README.Coding
diff options
context:
space:
mode:
Diffstat (limited to 'README.Coding')
-rw-r--r--README.Coding3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.Coding b/README.Coding
index ddeacc934a6..8bfd86f7b3c 100644
--- a/README.Coding
+++ b/README.Coding
@@ -210,8 +210,9 @@ Good Examples::
print("Allocated %d elements.\n", y);
done:
- if (z)
+ if (z) {
free(z);
+ }
return ret;
}