Skip to content

Commit

Permalink
* nsf.c (ParamFreeInternalRep): Remove some left-over.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalvin committed Sep 30, 2024
1 parent 9e09fe5 commit d5716dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions generic/nsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -31793,10 +31793,6 @@ ParamFreeInternalRep(
(void*)paramWrapperPtr->paramPtr,
paramWrapperPtr->refCount);*/

if (paramWrapperPtr->refCount < 0) {
char *p = NULL; *p=0;
}

if (paramWrapperPtr->refCount <= 1) {
ParamsFree(paramWrapperPtr->paramPtr);
FREE(NsfParamWrapper, paramWrapperPtr);
Expand Down

0 comments on commit d5716dd

Please sign in to comment.