Opened 13 years ago

#1891 new defect

Memory Leak in mp_msg_init

Reported by: dilipvamanan@… Owned by: reimar
Priority: normal Component: core
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

File mp_msg.c
Function mp_msg_init

We are calling here

mp_msg_charset = get_term_charset();

which will do a strdup and return back with a char * . But this memory is not de allocated anywhere in the code.

Regards,

Deepal
http://www.joinrmpinfotec.com

Change History (0)

Note: See TracTickets for help on using tickets.