logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icetDestroyContext -- delete a context.

Bugs

icetDestroyContext  will  happily  delete the current context for you, but subsequent calls to most other
       IceT functions will  probably  result  in  seg-faults  unless  you  make  another  context  current  with
       icetCreateContext  or  icetSetContext.  The most notable execptions are the functions with names matching
       icet*Context, which will work correctly without a proper current context.

Description

       Frees the memory required to hold the state of context and removes context from existence.

Errors

       None.

Name

icetDestroyContext--deleteacontext.

Notes

       Behavior is undefined if context has never been created or has already been destroyed.

See Also

icetCreateContext(3)

IceT Reference                                 September 22, 2014                          icetDestroyContext(3)

Synopsis

       #include <IceT.h>

       void icetDestroyContext(   IceTContextcontext  );

Warnings

       None.

See Also