Changeset 34509d5 for global.c


Ignore:
Timestamp:
Dec 23, 2007, 7:48:01 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
93ee554
Parents:
9a6cc40
Message:
GLib/Unicode branch - adding glib dependency.

Linking BarnOwl to GLib. 

Cleaning up some malloc/realloc/strdup/free code, moving to owl_*
functions for each.

Changing to GLib memory allocation functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rf1fc47f r34509d5  
    518518    len+=strlen(argv[i])+5;
    519519  }
    520   g->startupargs=malloc(len+5);
     520  g->startupargs=owl_malloc(len+5);
    521521
    522522  strcpy(g->startupargs, "");
Note: See TracChangeset for help on using the changeset viewer.