<div dir="ltr">Applied then.<div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 8, 2016 at 9:33 PM, Benjamin Marzinski <span dir="ltr"><<a href="mailto:bmarzins@redhat.com" target="_blank">bmarzins@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Jul 08, 2016 at 09:59:18AM +0200, Christophe Varoqui wrote:<br>
<br>
ACK<br>
<br>
-Ben<br>
<span class=""><br>
<br>
>    Ben, Hannes, I'd appreciate your ack on this patch.<br>
>    Thanks.<br>
</span><div><div class="h5">>    On Wed, Jul 6, 2016 at 10:08 AM, <[1]<a href="mailto:zhang.kai16@zte.com.cn">zhang.kai16@zte.com.cn</a>> wrote:<br>
><br>
>      As a global variable waiter_attr of thread attribute was set up in the<br>
>      daemon,<br>
>      however,it hasn't been destroyed when the daemon exited.<br>
>      We need deinitialize waiter_attr.<br>
>       <br>
>      ---<br>
>      multipathd/main.c | 3 +++<br>
>      1 file changed, 3 insertions(+)<br>
><br>
>      diff --git a/multipathd/main.c b/multipathd/main.c<br>
>      index b86374f..09c5485 100644<br>
>      --- a/multipathd/main.c<br>
>      +++ b/multipathd/main.c<br>
>      @@ -2317,6 +2317,9 @@ child (void * param)<br>
>                       conf = NULL;<br>
>                       udev_unref(udev);<br>
>                       udev = NULL;<br>
>      +<br>
>      +                 pthread_attr_destroy(&waiter_attr);<br>
>      +<br>
>      #ifdef _DEBUG_<br>
>                       dbg_free_final(NULL);<br>
>      #endif<br>
>      --<br>
>      1.9.1<br>
><br>
>  --------------------------------------------------------<br>
>  ZTE Information Security Notice: The information contained in this mail (and any attachment transmitted herewith) is privileged and confidential and is intended for the exclusive use of the addressee(s).  If you are not an intended recipient, any disclosure, reproduction, distribution or other dissemination or use of the information contained is strictly prohibited.  If you have received this mail in error, please delete it and notify us immediately.<br>
><br>
><br>
>      --<br>
>      dm-devel mailing list<br>
</div></div>>      [2]<a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a><br>
>      [3]<a href="https://www.redhat.com/mailman/listinfo/dm-devel" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/dm-devel</a><br>
><br>
> References<br>
><br>
>    Visible links<br>
>    1. mailto:<a href="mailto:zhang.kai16@zte.com.cn">zhang.kai16@zte.com.cn</a><br>
>    2. mailto:<a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a><br>
>    3. <a href="https://www.redhat.com/mailman/listinfo/dm-devel" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/dm-devel</a><br>
<div class="HOEnZb"><div class="h5"><br>
> --<br>
> dm-devel mailing list<br>
> <a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/dm-devel" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/dm-devel</a><br>
<br>
</div></div></blockquote></div><br></div>