Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix wording of comment about string handling
The library *will* free them later. Honest! If we say "should", someone
might get confused and think we're saying the *caller* needs to do it.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 14, 2012
1 parent ce8df71 commit 0d72e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openconnect.h
Expand Up @@ -132,8 +132,8 @@ struct openconnect_info;

#define OPENCONNECT_X509 void

/* Unless otherwise specified, all functions which set strings will
take ownership of those strings and should free them later in
/* Unless otherwise specified, all functions which set strings will take
ownership of those strings and the library will free them later in
openconnect_vpninfo_free() */


Expand Down

0 comments on commit 0d72e01

Please sign in to comment.