Hello all,

I found a small bug.
I ran pgserver and pgedit application.

when mouse is clicked in the textox the cursor moves
to nearest character. If mouse is clicked so many
times like this and pgserver is closed, the following
error is occured.

*** ERROR (MEMORY) : Memory leak detected on exit. 
Fire up gdb and call a plumber

code for moving cursor is

    paragraph_hide_cursor(DATA->doc->crsr);
    document_mouseseek(DATA->doc, &param->mouse);
    paragraph_show_cursor(DATA->doc->crsr);
    textbox_reset_inactivity(self);
    request_focus(self);
    paragraph_scroll_to_cursor(DATA->doc->crsr);

what might be the problem?

=====
-----------------------------------------
P.Raghu Ram Murthy, M-tech (Computer Science),
Room No - 245,
Brahmaputra Hostel,
Indian Institute of Technology Madras,
Chennai - 36.

Mobile:  � (0) 98402 81944
------------------------------------------ 

---------------------------------
Trouble with windows? Re boot.... 
Trouble with Linux? Be root....
---------------------------------


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to