~ubuntu-branches/ubuntu/trusty/ldb/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/talloc/testsuite.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-02-07 16:04:26 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20120207160426-hz17vq8gs1epwkf2
Tags: 1:1.1.4+git20120206-1
* New upstream snapshot.
 + Extracts waf source code. Closes: #654482
 + Disable tdb2 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1315
1315
static bool test_free_children(void)
1316
1316
{
1317
1317
        void *root;
1318
 
        const char *p1, *p2, *name, *name2;
 
1318
        char *p1, *p2;
 
1319
        const char *name, *name2;
1319
1320
 
1320
1321
        talloc_enable_null_tracking();
1321
1322
        root = talloc_new(NULL);