~ubuntu-branches/ubuntu/saucy/nginx/saucy-updates

« back to all changes in this revision

Viewing changes to src/core/ngx_palloc.c

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    /*
70
70
     * we could allocate the pool->log from this pool
71
 
     * so we can not use this log while the free()ing the pool
 
71
     * so we cannot use this log while free()ing the pool
72
72
     */
73
73
 
74
74
    for (p = pool, n = pool->d.next; /* void */; p = n, n = n->d.next) {