<pre>
Status: Failed
</pre>
<pre>
commit 2f0b69ac79146ca7f0fcfb3a6bd24852192b8ec1
Author: Justin Pettit <jpettit@ovn.org>
Date:   Tue Jun 27 17:12:00 2017 -0700

    ofp-parse: Fix small memory leak when calling parse_ofp_meter_mod_str().
    
    The function parse_ofp_meter_mod_str() allocates a buffer called
    'bands', which parse_ofp_meter_mod_str__() then steals for the member
    'mm->meter.bands'.  Calling functions didn't free that stolen value and
    the comments for those function didn't indicate that was necessary.
    
    Found by valgrind.
    
    Signed-off-by: Justin Pettit <jpettit@ovn.org>
    Acked-by: Ben Pfaff <blp@ovn.org>

</pre>
<pre>
View the changeset:
<a href="https://github.com/openvswitch/ovs/commit/2f0b69ac79146ca7f0fcfb3a6bd24852192b8ec1">https://github.com/openvswitch/ovs/commit/2f0b69ac79146ca7f0fcfb3a6bd24852192b8ec1</a>

View the full build log and details:
<a href="http://64.119.130.115/ovs/2f0b69ac79146ca7f0fcfb3a6bd24852192b8ec1">http://64.119.130.115/ovs/2f0b69ac79146ca7f0fcfb3a6bd24852192b8ec1</a></pre>