Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Inline::C - object accessor failure

by robin (Chaplain)
on Oct 26, 2005 at 16:55 UTC ( #503113=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Inline 'C' => <<CEND;
    SV* x (HV* self) {
    ...
      return (x_ref ? *x_ref : &PL_sv_undef);
    }
    CEND
    
  2. or download this
    Attempt to free temp prematurely: SV 0x816f1c4.
    Attempt to free unreferenced scalar: SV 0x816f1c4.
    
  3. or download this
    use Inline 'C' => <<CEND;
    void x (HV* self) {
      SV** x_ref = hv_fetch( self, "x", 1, 0 );
    ...
      Inline_Stack_Done;
    }
    CEND
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://503113]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2023-09-24 01:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?