~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to egg/egg-secure-memory.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-06 17:58:28 UTC
  • mfrom: (1.1.65 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206175828-8xjojyxw89qacpq7
Tags: 2.92.92.is.2.32.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated the libglib requirement
* debian/libgcr0.symbols:
  - new version update
* debian/patches/02_uidir_relocate.patch:
  - updated for the new version
* debian/patches/10_git_fix_cka_trusted_collections.patch:
  - dropped, the patch is the new version
* debian/patches/90_git_pam_headers.patch:
  - dropped, the patch is the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
                        break;
236
236
                }
237
237
        }
238
 
        
 
238
 
239
239
        /* Otherwise invalid meta */
240
 
        ASSERT (pool && *at);
 
240
        ASSERT (at);
 
241
        ASSERT (pool);
241
242
        ASSERT (pool->used > 0);
242
 
        
 
243
 
243
244
        /* No more meta cells used in this block, remove from list, destroy */
244
245
        if (pool->used == 1) {
245
246
                *at = pool->next;