diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-10-15 17:46:21 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-15 17:46:21 +0200 |
commit | 027eed41b8bf16cb8b2f9f83be1fe286b39e4fd8 (patch) | |
tree | 615ffb5fec30b7eec0b3069e36c59da1966a207c /src/uuid.hpp | |
parent | 2e9871ce34b5abc60ebc37c1887b76895537d62a (diff) | |
parent | 6e9520533395b19ed6f6a17de6f196aa5e93da9f (diff) |
Merge branch 'maint'
* maint:
Fix memory leak under Windows
Diffstat (limited to 'src/uuid.hpp')
-rw-r--r-- | src/uuid.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uuid.hpp b/src/uuid.hpp index 871f827..a528baf 100644 --- a/src/uuid.hpp +++ b/src/uuid.hpp @@ -58,7 +58,7 @@ namespace zmq enum { uuid_string_len = 36 }; // Returns a pointer to buffer containing the textual - // representation of the UUID. The caller is reponsible to + // representation of the UUID. The callee is reponsible to // free the allocated memory. const char *to_string (); |