~ubuntu-branches/ubuntu/lucid/migration-assistant/lucid-proposed

« back to all changes in this revision

Viewing changes to registry.c

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea
  • Date: 2006-08-31 16:47:25 UTC
  • Revision ID: james.westby@ubuntu.com-20060831164725-cl9cyrawpkou92u8
Tags: 0.2
Ubiquity support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                        ret = printk(hbinptr, back, key);
44
44
                    }
45
45
                    free(hbinptr);
46
 
                    free(key);
 
46
                //    if(key)
 
47
                //      free(key);
47
48
            }
48
49
 
49
50
    } else {
50
 
        /* File open failed. */
 
51
        puts("Unable to open the registry file.");
51
52
        return NULL;
52
53
    }
53
54
    fclose(hive);