mirror of
https://github.com/brunoos/luasec.git
synced 2024-12-29 05:48:22 +01:00
Fix memory leak
This commit is contained in:
parent
041a37874b
commit
dcd385e615
@ -371,6 +371,7 @@ int meth_extensions(lua_State* L)
|
|||||||
/* not supported */
|
/* not supported */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
GENERAL_NAME_free(general_name);
|
||||||
}
|
}
|
||||||
sk_GENERAL_NAME_free(values);
|
sk_GENERAL_NAME_free(values);
|
||||||
lua_pop(L, 1); /* ret[oid] */
|
lua_pop(L, 1); /* ret[oid] */
|
||||||
|
Loading…
Reference in New Issue
Block a user