Properly cleanup varargs in enumerators of both SQL backends
This commit is contained in:
@@ -206,6 +206,7 @@ static bool sqlite_enumerator_enumerate(sqlite_enumerator_t *this, ...)
|
||||
}
|
||||
default:
|
||||
DBG1(DBG_LIB, "invalid result type supplied");
|
||||
va_end(args);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user