Re: More on tilde expansion
- From: Pavel Tsekov <ptsekov gmx net>
- To: Leonard den Ottolander <leonard den ottolander nl>
- Cc: MC Devel <mc-devel gnome org>
- Subject: Re: More on tilde expansion
- Date: Tue, 21 Sep 2004 08:23:01 +0200
Hello,
On Tue, 21 Sep 2004, Leonard den Ottolander wrote:
> if (!*dest_dir) {
> g_free (dest_dir);
>
> Is this assumption wrong? Will g_free free all the allocated memory even
> though the first byte is a 0 byte?
Yes - it will free the memory. It does not care about the memory contents.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]