fix leak in google search textfield, b=283430

This commit is contained in:
joshmoz%gmail.com 2005-02-25 03:41:42 +00:00
parent f814861549
commit 8d0f902991

View File

@ -199,6 +199,7 @@
object:self
userInfo:userInfo];
textMovement = [[aNotification userInfo] objectForKey:@"NSTextMovement"];
[userInfo release];
if (textMovement) {
switch ([(NSNumber *)textMovement intValue]) {