flatpak_number_prompt: Add missing va_end

tingping/wmclass
Alexander Larsson 2016-11-11 10:44:11 +01:00
parent 6c0fd7d16c
commit 9a2e68406c
1 changed files with 1 additions and 0 deletions

View File

@ -4067,6 +4067,7 @@ flatpak_number_prompt (int min, int max, const char *prompt, ...)
va_start (var_args, prompt);
s = g_strdup_vprintf (prompt, var_args);
va_end (var_args);
while (TRUE)
{