* [PATCH] hfpmodem: fix memory leak
@ 2011-01-29 18:24 Jeevaka Badrappan
2011-01-29 18:44 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Jeevaka Badrappan @ 2011-01-29 18:24 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 524 bytes --]
---
drivers/hfpmodem/network-registration.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/hfpmodem/network-registration.c b/drivers/hfpmodem/network-registration.c
index 23852e7..931ab67 100644
--- a/drivers/hfpmodem/network-registration.c
+++ b/drivers/hfpmodem/network-registration.c
@@ -267,6 +267,8 @@ static void hfp_current_operator(struct ofono_netreg *netreg,
if (ok)
return;
+ g_free(cbd);
+
CALLBACK_WITH_FAILURE(cb, NULL, data);
}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hfpmodem: fix memory leak
2011-01-29 18:24 [PATCH] hfpmodem: fix memory leak Jeevaka Badrappan
@ 2011-01-29 18:44 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-01-29 18:44 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
Hi Jeevaka,
On 01/29/2011 12:24 PM, Jeevaka Badrappan wrote:
> ---
> drivers/hfpmodem/network-registration.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-29 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29 18:24 [PATCH] hfpmodem: fix memory leak Jeevaka Badrappan
2011-01-29 18:44 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.