Skip to content

Commit

Permalink
Fix minor memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzoua committed May 3, 2016
1 parent bbe835a commit f29d4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AudioFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ - (void) updateInfo
else
self.album = @"";
}
CFRelease(info);
}
self.valid = YES;
AudioFileClose(audioFile);
Expand Down

0 comments on commit f29d4f6

Please sign in to comment.