[PATCH] Proper names

2005-12-20 Thread Marcin Garski
Hello, Here is the patch that changes names to it proper version, like Red Hat, GNOME, GTK+. -- Best Regards Marcin Garski diff -ur mc-cvs-orig/ChangeLog mc-cvs/ChangeLog --- mc-cvs-orig/ChangeLog 2005-11-16 00:12:48.0 +0100 +++ mc-cvs/ChangeLog2005-12-20 20:38:04.0

Bug when copying/move file to deleted directory

2005-11-07 Thread Marcin Garski
.FC4 -- Marcin Garski ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Memory leak in create_menu() (menu.c)

2005-09-29 Thread Marcin Garski
: main (main.c:1762) As I see in create_menu() there is line (62) : menu-name = g_strdup (name); and then in line (145) you do: menu-name = g_strdup (name); But first name isn't free anywhere. So memory allocated by first g_strdup() is lost. Am I right? mc-4.6.1a-0.12.FC4 -- Marcin Garski

Re: Memory leak in create_menu() (menu.c)

2005-09-29 Thread Marcin Garski
As I see this bug is introduced by UTF-8 patch, so I'll file a bug in Red Hat's Bugzilla. Sorry for confusion. :| Just for note, patch adds two redundant lines: +menu-name = g_strdup (name); +menu_scan_hotkey (menu); -- Marcin Garski ___ Mc

Re: Memory leak in create_menu() (menu.c)

2005-09-29 Thread Marcin Garski
Marcin Garski wrote: As I see this bug is introduced by UTF-8 patch, so I'll file a bug in Red Hat's Bugzilla. Done. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169549 -- Marcin Garski ___ Mc-devel mailing list http://mail.gnome.org/mailman

Memory leaks

2005-09-29 Thread Marcin Garski
.src.rpm) This time I don't know what is wrong with code, maybe there aren't any bugs or I just don't know how to find them :) If you don't want to download source I could replace '???' by function name, but IMHO I could do something wrong (I don't know valgrind so good)?. -- Marcin Garski

Re: Memory leaks

2005-09-29 Thread Marcin Garski
be caused by not freeing temp in panel_operate() (file.c), but I'm not shure if it's help because I've added g_free (temp) and valgrind still reports leak. -- Marcin Garski ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [BUG] Segmentation fault when copy symlink with checked Stable Symlinks

2005-09-13 Thread Marcin Garski
Jindrich Novy wrote: Marcin, could you please file a bug in bugzilla.redhat.com? The patch is comming soon. As you wish :) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168184 Thanks for fixing the bug! -- Marcin Garski ___ Mc-devel mailing

[BUG] Segmentation fault when copy symlink with checked Stable Symlinks

2005-09-12 Thread Marcin Garski
more info, just write :) -- Best Regards Marcin Garski ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

MC bug?

2005-02-02 Thread Marcin Garski
look like '[EMAIL PROTECTED] dir]$', when you do above steps prompt is different '[EMAIL PROTECTED] dir]$ [EMAIL PROTECTED] dir]$'. I don't know is this a MC bug, maybe ncurses, or something else. I'm using MC rpm (4.6.1a-20041215) from Fedora Core Devel tree under FC2. -- Marcin Garski