Re: [Vala] Simple Memory Management Issue
- From: Luca Bruno <lethalman88 gmail com>
- To: Joseph Montanez <jmontanez gorilla3d com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] Simple Memory Management Issue
- Date: Thu, 18 Aug 2011 14:21:40 +0200
On Wed, Aug 17, 2011 at 07:48:36PM -0700, Joseph Montanez wrote:
Luca,
(gdb) bt
#0 0x0068fac5 in ?? ()
#1 0x0804b687 in plug_plug_run (self=0x8057700, items=0x8057cc8)
at /home/joseph/Documents/ada/csv/plugplug-interface.c:41
#2 0x0804b399 in _vala_main () at /home/joseph/Documents/ada/csv/main.c:631
#3 0x0804b405 in main (argc=1, argv=0xbffff4f4) at
/home/joseph/Documents/ada/csv/main.c:648
Line 41 in the C code is:
void plug_plug_run (PlugPlug* self, GeeArrayList* items) {
PLUG_PLUG_GET_INTERFACE (self)->run (self, items);
}
You probably have to implement the run() method.
--
http://www.debian.org - The Universal Operating System
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]