Skip to content

在我项目中使用过程中,出现了内存泄漏的现象 #36

@lwq1365102044

Description

@lwq1365102044

泄漏地方:
HYBLoopScrollView类中的 ,configTimer方法中的

CFRunLoopTimerRef timer = CFRunLoopTimerCreateWithHandler(kCFAllocatorDefault, CFAbsoluteTimeGetCurrent() + _timeInterval, _timeInterval, 0, 0, ^(CFRunLoopTimerRef timer) {
[weakSelf autoScroll];
});

self.timer = timer;
CFRunLoopAddTimer(CFRunLoopGetCurrent(), timer, kCFRunLoopCommonModes);

请作者有空看看

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