We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check_get_ldk_[bindings_]version
1 parent b560eca commit 8a8615dCopy full SHA for 8a8615d
genbindings.sh
@@ -137,6 +137,7 @@ static inline const char* check_get_ldk_version() {
137
// Version mismatch, we don't know what we're running!
138
return 0;
139
}
140
+ Str_free(bin_ver);
141
return _LDK_HEADER_VER;
142
143
static inline const char* check_get_ldk_bindings_version() {
@@ -145,6 +146,7 @@ static inline const char* check_get_ldk_bindings_version() {
145
146
147
148
149
150
return _LDK_C_BINDINGS_HEADER_VER;
151
152
#endif /* _LDK_HEADER_VER */
0 commit comments