Skip to content

Commit

Permalink
Build and Travis fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhunath committed Nov 4, 2016
1 parent 00887f6 commit 2199757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ osx_image: xcode8
env: TERM=dumb SHLVL=0
git:
submodules: true
script: xcodebuild -workspace MasterPassword.xcworkspace -scheme 'MasterPassword iOS (App Store)' -sdk iphonesimulator
script: xcodebuild -workspace MasterPassword.xcworkspace -scheme 'MasterPassword iOS (App Store)' -configuration 'AdHoc-iOS' -sdk iphonesimulator
2 changes: 1 addition & 1 deletion MasterPassword/ObjC/MPAlgorithmV0.m
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ - (NSString *)generateContentForSiteNamed:(NSString *)name ofType:(MPSiteType)ty
name.UTF8String, type, (uint32_t)counter, variant, context.UTF8String, [self version] );
if (contentBytes) {
content = [NSString stringWithCString:contentBytes encoding:NSUTF8StringEncoding];
mpw_freeString( contentBytes );
mpw_free_string( contentBytes );
}
}];

Expand Down

0 comments on commit 2199757

Please sign in to comment.