mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
fix leak in google search textfield, b=283430
This commit is contained in:
parent
f814861549
commit
8d0f902991
@ -199,6 +199,7 @@
|
||||
object:self
|
||||
userInfo:userInfo];
|
||||
textMovement = [[aNotification userInfo] objectForKey:@"NSTextMovement"];
|
||||
[userInfo release];
|
||||
|
||||
if (textMovement) {
|
||||
switch ([(NSNumber *)textMovement intValue]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user