Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Bug in saveInBackgroundWithBlock: #8

@dblapps

Description

@dblapps

In DKFile.m, line 232, you have this method:

  • (void)saveInBackgroundWithBlock:(void (^)(BOOL success, NSError *error))block {
    [self saveSynchronous:NO resultBlock:block error:NULL];
    }

The NULL passed for the error: parameter results in a crash in the saveSynchronous:resultBlock:error method at line 218, where you are dereferencing the error pointer value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions