test-ovn: Fix memory leak in option processing.
[cascardo/ovs.git] / tests / test-ovn.c
index 47a2b0a..7c1fc13 100644 (file)
@@ -1430,6 +1430,7 @@ test_ovn_main(int argc, char *argv[])
             abort();
         }
     }
+    free(short_options);
 
     static const struct ovs_cmdl_command commands[] = {
         /* Lexer. */