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.
1 parent 3f328c6 commit f126f3bCopy full SHA for f126f3b
1 file changed
debug.c
@@ -47,6 +47,8 @@ void mobile_debug_print(struct mobile_adapter *adapter, const char *fmt, ...)
47
if (s->current >= MOBILE_DEBUG_BUFFER_SIZE) {
48
s->current = MOBILE_DEBUG_BUFFER_SIZE - 1;
49
}
50
+
51
+ va_end(ap);
52
53
54
void mobile_debug_print_hex(struct mobile_adapter *adapter, const void *data, size_t size)
0 commit comments