<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 05/03/2013 01:57 AM, Marc-André Lureau wrote:
    <blockquote
cite="mid:CAJ+F1C+1Fxd8a7Rr1Nb=exjJ-4YQ1xOeQhf+93QW-NXNu1b2xw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">Hi<br>
          <br>
        </div>
        <div class="gmail_extra">
          <div class="gmail_quote">On Tue, Apr 30, 2013 at 12:10 PM, Uri
            Lublin <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:uril@redhat.com" target="_blank">uril@redhat.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">
                   if (display_count) {</blockquote>
          </div>
          <br>
          There is at least one more use you forgot, and that caused
          still a crash<br>
          <br>
           if (min_x || min_y) {<br>
                   for (iter = _displays.begin(); iter !=
          _displays.end(); iter++) {<br>
          +if (!*iter) {<br>
          +   continue;<br>
          +}<br>
          <br clear="all">
        </div>
      </div>
    </blockquote>
    <br>
    You are right, thanks.<br>
    <br>
    I'll send a V2.<br>
  </body>
</html>