Skip to content

Commit

Permalink
[AIRGoogleMap] Free instance variable in getActionForTarget (react-na…
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdro authored Apr 16, 2019
1 parent 35e9643 commit 90e4a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ios/AirGoogleMaps/AIRGoogleMap.m
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ -(SEL)getActionForTarget:(NSObject*)target {
}
}
}
free(ivars);
return action;
}

Expand Down

0 comments on commit 90e4a6e

Please sign in to comment.