From ef4d6b7f79d12f4c1dd7d0cc7725ea6a3e8d5e90 Mon Sep 17 00:00:00 2001 From: evgeny Date: Thu, 22 Sep 2016 14:09:41 +0200 Subject: Fix memory leaks and corruption --- vkext_flex.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vkext_flex.h') diff --git a/vkext_flex.h b/vkext_flex.h index 48de3c2..0799748 100644 --- a/vkext_flex.h +++ b/vkext_flex.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with VK/KittenPHP-DB-Engine. If not, see . - This program is released under the GPL with the additional exemption + This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. You are free to remove this exemption from derived works. @@ -30,10 +30,10 @@ #if defined __cplusplus extern "C" { #endif - + #include - + struct vk_node { short tail_len; short hyphen; @@ -52,9 +52,9 @@ struct lang { const char **endings; struct vk_node nodes[]; }; - -char *do_flex (const char *name, int name_len, const char *case_name, int case_name_len, int sex, const char *type, int type_len, int lang_id); - + +char *do_flex (const char *name, int name_len, const char *case_name, int case_name_len, int sex, const char *type, int lang_id); + #if defined __cplusplus }; #endif -- cgit v1.2.3