Skip to content

Commit 90e4a6e

Browse files
[AIRGoogleMap] Free instance variable in getActionForTarget (#2815)
1 parent 35e9643 commit 90e4a6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ios/AirGoogleMaps/AIRGoogleMap.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ -(SEL)getActionForTarget:(NSObject*)target {
619619
}
620620
}
621621
}
622+
free(ivars);
622623
return action;
623624
}
624625

0 commit comments

Comments
 (0)